diff --git a/hrm/run.php b/hrm/run.php old mode 100755 new mode 100644 index 96e45c1..e4d6afe --- a/hrm/run.php +++ b/hrm/run.php @@ -2,6 +2,10 @@ "); $debug = false; - if($program[0][cmd] == 'comment'){ - if($program[0][comment] == '--debug'){ + if($program[0]['cmd'] == 'comment'){ + if($program[0]['comment'] == '--debug'){ echo("

DEBUG Modus

"); $debug = true; } @@ -267,7 +271,7 @@ else{ function page_loaded(){ console.log("### We are in DEBUG Mode!!!"); $("#init_box_content").html(init_box_content);