mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-23 23:19:28 +00:00
Removed var_dumps and error_logs where not needed or placed a comment where they are needed
This commit is contained in:
@@ -391,7 +391,6 @@ class DBTools extends FHC_Controller
|
||||
// **** Permission ****
|
||||
// ToDo: Check Persmissions in the bottom of this file
|
||||
case 'permissions':
|
||||
//var_dump($this->config->item('fhc_acl'));
|
||||
echo ' Permissions!';
|
||||
//$this->config->load('roles');
|
||||
foreach ($this->config->item('fhc_acl') as $b)
|
||||
|
||||
Reference in New Issue
Block a user