Ver Fonte

Fixed archive redirection.

Iñigo Valentin há 9 anos atrás
pai
commit
f4e1fef100
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      www/archivo/index.php

+ 2 - 2
www/archivo/index.php

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