CLEAN: How about changing the rest of the files with your variable? :p
[phorkie.git] / www / raw.php
index 8bda11e8fbaeb9b363bb726bf27239ad9de32eef..8e6024142766cc3c96e6d461b53ed42c077348ad 100644 (file)
@@ -1,9 +1,11 @@
 <?php
+namespace phorkie;
 /**
  * Displays a file
  */
-namespace phorkie;
+$securityLevel = '0';
 require_once 'www-header.php';
+
 $repo = new Repository();
 $repo->loadFromRequest();