summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-09 22:42:07 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-09 22:42:07 +0000
commit87a86bf757f166bd41d3f012234868fa933dd65e (patch)
tree237c9944dd436841268e4ffcfc5871751084431f /usr/local/www
parente93b423d999a94ff3148b3358dfe302c03fa05e0 (diff)
downloadpfsense-87a86bf757f166bd41d3f012234868fa933dd65e.zip
pfsense-87a86bf757f166bd41d3f012234868fa933dd65e.tar.gz
Change to applied successfully.
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/guiconfig.inc9
1 files changed, 1 insertions, 8 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index 32f91b2..e335b9b 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -234,14 +234,7 @@ function format_bytes($bytes) {
function get_std_save_message($ok) {
global $d_sysrebootreqd_path;
- if ($ok == 0) {
- if (file_exists($d_sysrebootreqd_path))
- return "The changes have been saved. You must <a color=\"#FFFF00\" href=\"/reboot.php\">reboot</a> your firewall for changes to take effect.";
- else
- return "The changes have been applied successfully.";
- } else {
- return "ERROR: the changes could not be applied (error code $ok).";
- }
+ return "The changes have been applied successfully.";
}
function pprint_address($adr) {
OpenPOWER on IntegriCloud