diff options
author | V.Krishn <vkrishn4@gmail.com> | 2016-07-02 01:14:44 +0530 |
---|---|---|
committer | V.Krishn <vkrishn4@gmail.com> | 2016-07-02 01:14:44 +0530 |
commit | cd27278ee55556414e69f5f7915a64dc1d285ad2 (patch) | |
tree | 822a9f50159051091bdabc573cd615512b410a6c /.htrouter.php | |
download | aports-ui-cd27278ee55556414e69f5f7915a64dc1d285ad2.tar.bz2 |
initial commit
Diffstat (limited to '.htrouter.php')
-rw-r--r-- | .htrouter.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.htrouter.php b/.htrouter.php new file mode 100644 index 0000000..38e8842 --- /dev/null +++ b/.htrouter.php @@ -0,0 +1,7 @@ +<?php + +if (!file_exists(__DIR__ . '/' . $_SERVER['REQUEST_URI'])) { + $_GET['_url'] = $_SERVER['REQUEST_URI']; +} + +return false; |