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:
@@ -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 (/)");
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user