From ba4944f1c7431f4d3895190251a40f94e14b6466 Mon Sep 17 00:00:00 2001 From: the_systech Date: Tue, 2 Oct 2001 14:30:15 +0000 Subject: Merge install and includes/installation, and updated error handling for config file unwritable. git-svn-id: file:///svn/phpbb/trunk@1125 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/installation.php | 59 ----------------------------------------- 1 file changed, 59 deletions(-) delete mode 100644 phpBB/includes/installation.php (limited to 'phpBB/includes/installation.php') diff --git a/phpBB/includes/installation.php b/phpBB/includes/installation.php deleted file mode 100644 index 93d25effa2..0000000000 --- a/phpBB/includes/installation.php +++ /dev/null @@ -1,59 +0,0 @@ - '2', - 'themes_name' => 'Default', - 'template_name' => 'Default', - 'td_color1' => 'CCCCCC', - 'td_color2' => 'DDDDDD' -); -$default_language = 'english'; -$default_template = 'Default'; - -$available_dbms[] = array( - "LABEL" => "MySQL", - "VALUE" => "mysql" -); -$available_dbms[] = array( - "LABEL" => "MS SQL", - "VALUE" => "mssql" -); -$available_dbms[] = array( - "LABEL" => "Postgres", - "VALUE" => "postgres" -); -$available_dbms[] = array( - "LABEL" => "ODBC - MSAccess", - "VALUE" => "odbc:access" -); -$available_dbms[] = array( - "LABEL" => "ODBC - DB2", - "VALUE" => "odbc:db2" -); -$available_lang[] = 'english'; -?> -- cgit v1.2.1