diff options
-rwxr-xr-x | usr/local/www/restart_httpd.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/usr/local/www/restart_httpd.php b/usr/local/www/restart_httpd.php index 3aea0a7..2b79139 100755 --- a/usr/local/www/restart_httpd.php +++ b/usr/local/www/restart_httpd.php @@ -26,9 +26,16 @@ POSSIBILITY OF SUCH DAMAGE. */ +##|+PRIV +##|*IDENT=page-diagnostics-restart-httpd +##|*NAME=Diagnostics: Restart HTTPD : System page +##|*DESCR=Allow access to the 'Diagnostics: Restart HTTPD: System' page. +##|*MATCH=restart_httpd.php* +##|-PRIV + require_once("guiconfig.inc"); require_once("system.inc"); -$pgtitle = array("Restarting mini_httpd"); +$pgtitle = array("Restarting httpd"); include("head.inc"); ?> |