diff options
| -rw-r--r-- | www/www-header.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/www-header.php b/www/www-header.php index ed41503..9aa8732 100644 --- a/www/www-header.php +++ b/www/www-header.php @@ -1,8 +1,6 @@ <?php namespace phorkie; -if (session_id() == "") { - session_start(); -} +session_start(); set_include_path( __DIR__ . '/../src/' |
