diff options
author | Kevin Chabowski <kevin@kch42.de> | 2013-10-03 22:31:51 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2013-10-03 22:31:51 +0200 |
commit | 7aa2a4dbbbf65172ed6e319b8c8036114b8e5270 (patch) | |
tree | bd00a8f58821b153e1e1c08c3cbc6b2e01d7b059 /ratatoeskr/main.php | |
parent | 2bbbd93945198b2eb9a16437fd9e306380234809 (diff) | |
parent | 458b2eaaad507180ab3f95a765534041874ac914 (diff) | |
download | ratatoeskr-cms-7aa2a4dbbbf65172ed6e319b8c8036114b8e5270.tar.gz ratatoeskr-cms-7aa2a4dbbbf65172ed6e319b8c8036114b8e5270.tar.bz2 ratatoeskr-cms-7aa2a4dbbbf65172ed6e319b8c8036114b8e5270.zip |
Merge branch 'develop'
Diffstat (limited to 'ratatoeskr/main.php')
-rw-r--r-- | ratatoeskr/main.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ratatoeskr/main.php b/ratatoeskr/main.php index f1a641f..4fd22de 100644 --- a/ratatoeskr/main.php +++ b/ratatoeskr/main.php @@ -94,7 +94,7 @@ function _ratatoeskr() echo $ste->exectemplate("/systemtemplates/error.html"); })); - $urlpath = explode("/", $_GET["action"]); + $urlpath = explode("/", @$_GET["action"]); $rel_path_to_root = implode("/", array_merge(array("."), array_repeat("..", count($urlpath) - 1))); $GLOBALS["rel_path_to_root"] = $rel_path_to_root; $data = array("rel_path_to_root" => $rel_path_to_root); |