5 lines
110 B
PHP
5 lines
110 B
PHP
|
<?php
|
||
|
$oConf = new ClassConfig();
|
||
|
if(!isset($_SESSION['user'])){ header("location:".$oConf->getURLRoot()); }
|
||
|
|