add AdminTools to trunk

git-svn-id: http://piwigo.org/svn/trunk@28694 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2014-06-13 19:53:56 +00:00
parent 715f13b123
commit 0018bcd9f5
137 changed files with 3939 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>