wefra/models/my-profile.php
2020-11-27 14:24:22 +01:00

5 lines
110 B
PHP

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