Преглед изворни кода

Fixed archive redirection.

Iñigo Valentin пре 9 година
родитељ
комит
f4e1fef100
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      www/archivo/index.php

+ 2 - 2
www/archivo/index.php

@@ -1,3 +1,3 @@
-< 
+<?php 
     header("Location: /archivo" . $_GET['file']);
-??php>
+?>