diff --git a/components/settings/settings.editor.php b/components/settings/settings.editor.php index 60bc788..f71f10e 100755 --- a/components/settings/settings.editor.php +++ b/components/settings/settings.editor.php @@ -9,53 +9,32 @@ - - - + - - - diff --git a/components/sql/class.sql.php b/components/sql/class.sql.php index 1b29dbb..f2b6579 100755 --- a/components/sql/class.sql.php +++ b/components/sql/class.sql.php @@ -7,7 +7,7 @@ class sql { const DB_TYPES = array( "MySQL" => "mysql", - "PostgresSQL" => "pgsql", + "PostgreSQL" => "pgsql", //"SQLite" => "sqlite", );