Updates and fixes, remove .htaccess
Remove .htaccess file with php variable settings as this will not work on FPM calls. Various minor fixes in core libs Basic lib debug output check is now a sub class so we can use this everywhere without writing the whole if statement again Basic lib has a dummy uniq id method added. Not yet finished
This commit is contained in:
@@ -256,6 +256,7 @@ class Backend extends \CoreLibs\DB\IO
|
||||
$type = 'popup';
|
||||
} else {
|
||||
$type = 'normal';
|
||||
/** @phan-suppress-next-line PhanTypeArraySuspicious */
|
||||
$data['popup'] = 0;
|
||||
}
|
||||
$query_string = '';
|
||||
|
||||
Reference in New Issue
Block a user