Initial commit

This commit is contained in:
melzubeir
2017-05-26 15:17:48 +04:00
commit 1f43248510
254 changed files with 72319 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
// 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")
{
}