2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Fixed issue: lp:1703319 QUEXS_URL Address Defenition

This commit is contained in:
Adam Zammit
2017-07-11 12:55:14 +10:00
parent cf964cda7b
commit fbc27f7972

View File

@@ -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 (/)");
}
?>