From a076a248bf10b8f98be33afac7cea4e043d49c81 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 18 Jan 2016 14:47:16 -0800 Subject: add db_type to sample htconfig --- install/htconfig.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/htconfig.sample.php') diff --git a/install/htconfig.sample.php b/install/htconfig.sample.php index 21697a951..794afa93b 100755 --- a/install/htconfig.sample.php +++ b/install/htconfig.sample.php @@ -17,7 +17,7 @@ $db_port = 0; // leave 0 for default or set your port $db_user = 'mysqlusername'; $db_pass = 'mysqlpassword'; $db_data = 'mysqldatabasename'; - +$db_type = 0; // use 1 for postgres, 0 for mysql /* * Notice: Many of the following settings will be available in the admin panel -- cgit v1.2.3