Files
moms/conditions.php
T
2017-05-26 15:17:48 +04:00

19 lines
276 B
PHP

if($_SESSION['moms_uid'] == '1' OR $_SESSION['moms_uid'] == 3790)
// if($_SESSION['moms_uid'] == '1')
{
}
else
if($_SESSION['moms_type'] == "super_admin")
{
}
else
if($_SESSION['moms_type'] == "admin")
{
}