From e613545f0ca85a1745c39e11bf8cdeaccada9027 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 22 Jun 2005 23:41:09 +0000 Subject: Include m0n0wall style alerts --- usr/local/www/edit.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr/local/www/edit.php') diff --git a/usr/local/www/edit.php b/usr/local/www/edit.php index d358c9c..02273c7 100755 --- a/usr/local/www/edit.php +++ b/usr/local/www/edit.php @@ -45,6 +45,7 @@ if (($_POST['submit'] == "Load") && file_exists($_POST['savetopath'])) { fclose($fd); $edit_area=""; $ulmsg = "Saved text to " . $_POST['savetopath']; + $savemsg = "Saved text to " . $_POST['savetopath']; } else if (($_POST['submit'] == "Load") && !file_exists($_POST['savetopath'])) { $ulmsg = "File not found " . $_POST['savetopath']; $content = ""; @@ -140,7 +141,7 @@ function sf() { document.forms[0].savetopath.focus(); }

" . $ulmsg . "

\n"; ?> - +
-- cgit v1.1