From acc4d42539d285826da3a9d26de2379d59d9374e Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 30 Aug 2008 03:09:11 +0000 Subject: Do not show Apply button after saving by changing save text slightly. --- usr/local/www/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/edit.php') 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(); -- cgit v1.1