Browse Source

Add a missing ? to fix the syntax.

Mark Crane 10 years ago
parent
commit
b90df3e9c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app_menu.php

+ 1 - 1
app_menu.php

@@ -1,4 +1,4 @@
-<php
+<?php
 
 
 	$y = 0;
 	$y = 0;
 	$apps[$x]['menu'][$y]['title']['en-us'] = "Script Editor";
 	$apps[$x]['menu'][$y]['title']['en-us'] = "Script Editor";