Allow usage in a subdir of a host.
[phorkie.git] / www / raw.php
index 8bda11e8fbaeb9b363bb726bf27239ad9de32eef..605462da41d267184cb522219917ca21a51caccb 100644 (file)
@@ -1,9 +1,11 @@
 <?php
+namespace phorkie;
 /**
  * Displays a file
  */
-namespace phorkie;
+$reqWritePermissions = false;
 require_once 'www-header.php';
+
 $repo = new Repository();
 $repo->loadFromRequest();