コード例 #1
0
ファイル: index.php プロジェクト: Grigor06/encode-explorer
 public static function isDeleteAllowed()
 {
     if (EncodeExplorer::getConfig("delete_enable") == true && GateKeeper::isUserLoggedIn() == true && GateKeeper::getUserStatus() == "admin") {
         return true;
     }
     return false;
 }