| DIR: /proc/thread-self/root/proc/thread-self/root/home/islapiiu/sites/magnoliya/member/ |
| Current File : //proc/thread-self/root/proc/thread-self/root/home/islapiiu/sites/magnoliya/member/auth.php |
<?php
if (!isset($_SESSION)) {
session_start();
}
if (!Customer::authenticate()) {
redirect('../sign-in.php');
} |