redray
2008-11-09 c72c367d4827a96e778576f22b81f7f7366ef8dd
interface/web/admin/dbsync_list.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');
$app->uses('tpl,listform');