Bläddra i källkod

Fixed archive redirection.

Iñigo Valentin 9 år sedan
förälder
incheckning
f4e1fef100
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      www/archivo/index.php

+ 2 - 2
www/archivo/index.php

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