diff --git a/config.inc.php b/config.inc.php index a913905e..5e639f01 100644 --- a/config.inc.php +++ b/config.inc.php @@ -42,4 +42,9 @@ if (file_exists(dirname(__FILE__).'/config.inc.local.php')) } include(dirname(__FILE__).'/config.default.php'); + +if (substr(QUEXS_URL, -1) !== '/') { + die("QUEXS_URL / QUEXS_PATH definition must end with a forward slash (/)"); +} + ?>