Sfoglia il codice sorgente

Fixed archive redirection.

Iñigo Valentin 9 anni fa
parent
commit
f4e1fef100
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      www/archivo/index.php

+ 2 - 2
www/archivo/index.php

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