wefra/models/my-profile.php

5 lines
110 B
PHP
Raw Normal View History

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