From 476198849024d9dd0601b29cd34ddab38ff755a2 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Tue, 9 Jul 2019 11:46:21 +0200 Subject: fix open media tag error --- app/class/config.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'app/class/config.php') diff --git a/app/class/config.php b/app/class/config.php index 75081f4..b3ef40c 100644 --- a/app/class/config.php +++ b/app/class/config.php @@ -93,6 +93,15 @@ abstract class Config return (self::$domain === $_SERVER['REQUEST_SCHEME'] . '://' . $_SERVER['HTTP_HOST']); } + /** + * Generate full url adress where W is installed + * @return string url adress finished by a slash "/" + */ + public static function url() : string + { + return self::$domain . (!empty(self::$basepath) ? '/' . self::$basepath : "") . '/'; + } + // ________________________________________ G E T _______________________________________ public static function arttable() -- cgit v1.2.3