summaryrefslogtreecommitdiffstats
path: root/usr/local/www/edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/edit.php')
-rwxr-xr-xusr/local/www/edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/edit.php b/usr/local/www/edit.php
index 78ddb96..5370b2f 100755
--- a/usr/local/www/edit.php
+++ b/usr/local/www/edit.php
@@ -77,7 +77,7 @@ if (($_POST['submit'] == "Load") && file_exists($_POST['savetopath'])) {
fwrite($fd, $content);
fclose($fd);
$edit_area="";
- $savemsg = "Saved text to " . $_POST['savetopath'];
+ $savemsg = $_POST['savetopath'] . " has been updated.";
if($_POST['savetopath'] == "/cf/conf/config.xml")
unlink_if_exists("/tmp/config.cache");
conf_mount_ro();
OpenPOWER on IntegriCloud