Pārlūkot izejas kodu

Redirect from /pages/index.php to /index.php (to prevent users from listing the directory)

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@846 a333f486-631f-4898-b8df-5754b55c2be0
romainq 15 gadi atpakaļ
vecāks
revīzija
99cee3d658
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      pages/index.php

+ 3 - 0
pages/index.php

@@ -0,0 +1,3 @@
+<?php
+header('Location: ../index.php');
+?>