* Fixed REG_BADRPT error in isValidEmail() that prevented registration
[scuttle] / header.inc.php
index 751e4e81ca8622a054ad71bc1eb781f818174bba..de56c846196626b5bac800fd2a512689f1740a6c 100644 (file)
@@ -23,6 +23,7 @@ if (!isset($root)) {
     if (($root != '/') && (substr($root, -1, 1) != '/')) {
         $root .= '/';
     }
+    $path = $root;
     $root = 'http://'. $_SERVER['HTTP_HOST'] . $root;
 }
 

Benjamin Mako Hill || Want to submit a patch?