diff options
Diffstat (limited to 'usr/local/www/easyrule.php')
-rw-r--r-- | usr/local/www/easyrule.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/local/www/easyrule.php b/usr/local/www/easyrule.php index 8b70b42..74b1051 100644 --- a/usr/local/www/easyrule.php +++ b/usr/local/www/easyrule.php @@ -61,8 +61,9 @@ if ($_GET && isset($_GET['action'])) { } } -if(stristr($retval, "error") == true) - $message = $retval; +if (stristr($retval, "error") == true) { + $message = $retval; +} include("head.inc"); ?> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> |