mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-15 22:12:16 +00:00
This commit is contained in:
+1
-1
@@ -827,7 +827,7 @@ function drawsubmenu($content_id, $einrueckung=" ")
|
||||
global $db, $action, $submenu_depth, $sprache;
|
||||
$output='';
|
||||
$submenu_depth++;
|
||||
if($submenu_depth>100)
|
||||
if($submenu_depth>10000)
|
||||
{
|
||||
echo 'Menürekursion?! -> Abbruch';
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user