Menu: $_strMDLID"; } if ($_SESSION['_LevelID']==350) echo "
Login: $NamaLevel ($_SESSION[_Nama]) » Logout
"; else echo "
Login: $_SESSION[_Nama] ($NamaLevel) » Logout
"; if (empty($_REQUEST['BypassMenu'])) include "menusis.php"; } echo "
"; if (file_exists($_SESSION['mnux'].'.php')) { // cek apakah berhak mengakses? Harus dicek 1 per 1 karena mungkin 1 modul tersedia bagi banyak level $sboleh = "select * from mdl where Script='$_SESSION[mnux]'"; $rboleh = _query($sboleh); $ktm = -1; if (_num_rows($rboleh) > 0) { while ($wboleh = _fetch_array($rboleh)) { $pos = strpos($wboleh['LevelID'], ".$_SESSION[_LevelID]."); if ($pos === false) {} else $ktm = 1; } if ($ktm <= 0) { echo ErrorMsg("Anda Tidak Berhak", "Anda tidak berhak mengakses modul ini.
Hubungi Sistem Administrator untuk memperoleh informasi lebih lanjut.
Pilihan: Logout"); } else include_once $_SESSION['mnux'].'.php'; } else include_once $_SESSION['mnux'].'.php'; include_once "disconnectdb.php"; } else echo ErrorMsg('Fatal Error', "Modul tidak ditemukan. Hubungi Administrator!!!
Pilihan: Kembali"); echo "
"; ?>