Issue 1619 adding shortcut link to go to admin page, even if it does not support rewrite module.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10358 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2012-03-07 07:46:21 +00:00
parent 3a57aab83e
commit be249f8aaa

2
admin/index.php Normal file
View file

@ -0,0 +1,2 @@
<?php
header('Location: ' . preg_replace('/admin\/|admin/', 'index.php?module=admin', $_SERVER['REQUEST_URI']));