diff options
author | Ermal Luçi <eri@pfsense.org> | 2009-06-18 19:49:27 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2009-06-18 19:49:27 +0000 |
commit | 36bdbe2d33f012944405b43d5944c2943b101a67 (patch) | |
tree | 3badffd769755c14fd6c724836b47f71a523d32d /usr | |
parent | c8950940646037d4e7f1d36fe01f2c41627e5f6a (diff) | |
download | pfsense-36bdbe2d33f012944405b43d5944c2943b101a67.zip pfsense-36bdbe2d33f012944405b43d5944c2943b101a67.tar.gz |
Remove unneeded include.
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/restart_httpd.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/restart_httpd.php b/usr/local/www/restart_httpd.php index 2b79139..27227e4 100755 --- a/usr/local/www/restart_httpd.php +++ b/usr/local/www/restart_httpd.php @@ -34,7 +34,7 @@ ##|-PRIV require_once("guiconfig.inc"); -require_once("system.inc"); + $pgtitle = array("Restarting httpd"); include("head.inc"); ?> |