0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00

finally delete admin/ (redirect to /login.php)

We dropped admin/ in 2007 - if someone still didn't notice it, well, 
then I'm looking forward for a bugreport I can close as invalid ;-)


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1657 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
Christian Boltz 2014-03-16 19:48:05 +00:00
parent 9913a446fc
commit f1c6566667

View File

@ -1,4 +0,0 @@
<?php
header ("Location: ../login.php");
exit(0);
?>