tbrehm
2008-11-18 1e0033cf27640295a46d7eca61c6c3d1cc6d2b2e
interface/web/admin/filesync_del.php
@@ -39,11 +39,8 @@
* End Form configuration
******************************************/
// Checke Berechtigungen für Modul
if(!stristr($_SESSION["s"]["user"]["modules"],$_SESSION["s"]["module"]["name"])) {
   header("Location: ../index.php");
   exit;
}
//* Check permissions for module
$app->auth->check_module_permissions('admin');
include_once($list_def_file);