complete migration to new Settings class, fixes #1325
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -144,13 +144,6 @@ if (get_magic_quotes_gpc()) {
|
||||
unset($in);
|
||||
}
|
||||
|
||||
/**
|
||||
* Selects settings from MySQL-Table
|
||||
* TODO remove when completely migrated to new Settings class
|
||||
*/
|
||||
$settings_data = loadConfigArrayDir('actions/admin/settings/');
|
||||
$settings = loadSettings($settings_data);
|
||||
|
||||
/**
|
||||
* SESSION MANAGEMENT
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user