Explorar el Código

Fixed archive redirection.

Iñigo Valentin hace 9 años
padre
commit
f4e1fef100
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      www/archivo/index.php

+ 2 - 2
www/archivo/index.php

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