Skip to content
Snippets Groups Projects
Commit 0c0fa027 authored by Matthieu Guffroy's avatar Matthieu Guffroy
Browse files

precal baseurl

parent a3bce998
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
// Handle url
$url = explode("/", $_SERVER['PHP_SELF']);
$base_url = $url[0] . "/" . $url[1] . "/" $url[2] . "/";
if(isset($url[3])) {
$page = $url[3];
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment