diff --git a/sys/common/settings.php b/sys/common/settings.php index 7880c37..3593737 100644 --- a/sys/common/settings.php +++ b/sys/common/settings.php @@ -34,9 +34,10 @@ class Settings { } /** - * Load the settings file + * Load the settings file - private so it can't be loaded + * directly - the settings should be safe! */ - protected function __construct() + private function __construct() { $path = SETTINGS_DIR.'/settings.json'; @@ -59,6 +60,8 @@ class Settings { } + // -------------------------------------------------------------------------- + /** * Output the settings on destruct */ diff --git a/sys/windows/widgets/db_info_widget.php b/sys/windows/widgets/db_info_widget.php index 814bc69..a21eb79 100644 --- a/sys/windows/widgets/db_info_widget.php +++ b/sys/windows/widgets/db_info_widget.php @@ -350,6 +350,6 @@ class DB_Info_Widget extends GtkTable { */ private function _validate() { - + // @todo Implement } } \ No newline at end of file