- Added new controller system/DBSkel to call DBSkel procedure form CLI

- Removed libraries/MigrationLib.php
- Removed MigrationLib from libraries/CallerLib.php
This commit is contained in:
Paolo
2019-05-27 17:25:04 +02:00
parent 1121eb8352
commit 70c2686932
3 changed files with 24 additions and 467 deletions
-1
View File
@@ -19,7 +19,6 @@ class CallerLib
private static $RESOURCES_BLACK_LIST = array(
'CallerLib', // disabled self loading
'LogLib', // hardly usefull and virtually dangerous
'MigrationLib', // virtually dangerous, DB manipulation
'FilesystemLib', // virtually dangerous, direct access to file system
'PermissionLib', // usefull?
'PersonLogLib'