Files
moms/conditions.php~
T

19 lines
276 B
Plaintext
Raw Normal View History

2017-05-26 15:17:48 +04:00
// 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")
{
}