config master update
- use config.other.php to include other none core settings - fix tab intends for not used defines - remove old ACL defines that are not needed - move BASE_NAME out to new area TODO: think about removing G_TITLE TODO: think about BASE_NAME external setting
This commit is contained in:
@@ -853,12 +853,12 @@ function parseQueryString(query = '', return_key = '') {
|
||||
function getQueryStringParam(key)
|
||||
{
|
||||
var url = new URL(window.location.href);
|
||||
var param = url.searchParams.get(key);
|
||||
if (param) {
|
||||
return param;
|
||||
} else {
|
||||
return '';
|
||||
}
|
||||
var param = url.searchParams.get(key);
|
||||
if (param) {
|
||||
return param;
|
||||
} else {
|
||||
return '';
|
||||
}
|
||||
}
|
||||
|
||||
// *** MASTER logout call
|
||||
|
||||
Reference in New Issue
Block a user