complete migration to new Settings class, fixes #1325

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-12-19 07:56:58 +01:00
parent ec59d3a8e8
commit 0fee9a3480
2 changed files with 0 additions and 19 deletions

View File

@@ -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
*/