diff --git a/public_html/index.php b/public_html/index.php index 7ecd706..0f63ce9 100755 --- a/public_html/index.php +++ b/public_html/index.php @@ -2,5 +2,7 @@ use \router\core\Router; + session_start(); + $_SESSION['PERM'] = ['journalist']; $MainRouter = Router::launch($_GET['url']);