summaryrefslogtreecommitdiffstats
path: root/usr/local/www/restart_httpd.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-29 13:24:26 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-29 13:24:26 -0300
commita0d37fd5c407ac88049251b5f166726f900fcc8d (patch)
tree83b68cdc7acc94bde8177349cd0c8914da449bad /usr/local/www/restart_httpd.php
parente43b1051fa6225cb961fab9bba93212b30ab6b1e (diff)
downloadpfsense-a0d37fd5c407ac88049251b5f166726f900fcc8d.zip
pfsense-a0d37fd5c407ac88049251b5f166726f900fcc8d.tar.gz
Fix gettext implementation on restart_httpd.php
Diffstat (limited to 'usr/local/www/restart_httpd.php')
-rwxr-xr-xusr/local/www/restart_httpd.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/usr/local/www/restart_httpd.php b/usr/local/www/restart_httpd.php
index e123ffe..b037ac5 100755
--- a/usr/local/www/restart_httpd.php
+++ b/usr/local/www/restart_httpd.php
@@ -47,18 +47,18 @@ include("head.inc");
<form>
<?php include("fbegin.inc"); ?>
-<?=gettext("Mounting file systems read/write...");?>
+<?=gettext("Mounting file systems read/write");?>...
<?php flush(); sleep(1); conf_mount_rw(); ?>
-<?=gettext("Done.");?><br>
-<?=gettext("Forcing all PHP file permissions to 0755...");?>
+<?=gettext("Done");?>.<br>
+<?=gettext("Forcing all PHP file permissions to 0755");?>...
<?php flush(); sleep(1); system('/bin/chmod -R 0755 /usr/local/www/*.php'); ?>
-<?=gettext("Done.");?><br>
-<?=gettext("Mounting file systems read only...");?>
+<?=gettext("Done");?>.<br>
+<?=gettext("Mounting file systems read only");?>...
<?php flush(); sleep(1); conf_mount_ro(); ?>
-<?=gettext("Done.");?><br>
-<?=gettext("Restarting mini_httpd...");?>
+<?=gettext("Done");?>.<br>
+<?=gettext("Restarting mini_httpd");?>...
<?php flush(); sleep(1); system_webgui_start(); ?>
-<?=gettext("Done.");?><br>
+<?=gettext("Done");?>.<br>
<?php
include("fend.inc");
OpenPOWER on IntegriCloud