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 @@
+// ini_set('display_errors', 1);
+// ini_set('display_startup_errors', 1);
+// error_reporting(E_ALL);
+
include("functions.php");
include("../levels.php");
@@ -117,8 +121,8 @@ else{
// echo("program_valid: \"$program_valid\"
");
$debug = false;
- if($program[0][cmd] == 'comment'){
- if($program[0][comment] == '--debug'){
+ if($program[0]['cmd'] == 'comment'){
+ if($program[0]['comment'] == '--debug'){
echo("