浏览代码

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>
+?>