]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - lib/functions.php
[FEATURE] add basic docker options
[jirafeau_mojo42.git] / lib / functions.php
index e72359e6d965b7d6406242f25eefd765700122bf..53733ca3a16d3b5fdb43ead28b60c3a5e9da100e 100644 (file)
@@ -1517,3 +1517,8 @@ function jirafeau_add_ending_slash($path)
 {
     return $path . ((substr($path, -1) == '/') ? '' : '/');
 }
+
+function jirafeau_default_web_root()
+{
+    return $_SERVER['HTTP_HOST'] . str_replace(basename(__FILE__), '', $_SERVER['REQUEST_URI']);
+}

patrick-canterino.de