- more work on froxlor-client settings (multiserver mode)

This commit is contained in:
Michael Kaufmann (d00p)
2010-10-19 20:42:55 +00:00
parent 58499a068f
commit d3fd4ee2f4
7 changed files with 104 additions and 19 deletions

View File

@@ -235,15 +235,6 @@ class froxlorclient
return $this->Get('settings');
}
/**
* return the complete client-settings-data array
* for the settings page
*/
public function getSettingsData()
{
return $this->s_data;
}
/**
* get a value from the internal data array
*