mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
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:
parent
3a57aab83e
commit
be249f8aaa
1 changed files with 2 additions and 0 deletions
2
admin/index.php
Normal file
2
admin/index.php
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<?php
|
||||
header('Location: ' . preg_replace('/admin\/|admin/', 'index.php?module=admin', $_SERVER['REQUEST_URI']));
|
||||
Loading…
Add table
Add a link
Reference in a new issue