From dba2aef3129e7ed65312e39f792cd21617450a6b Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 29 Apr 2017 04:09:00 -0600 Subject: [PATCH] Update config.sh Debian default back to PHP 5 to use Debian's default repository rather than the 3rd party repo. To get Debian 7 now go to debian/resources/config.php and change it to 7. --- debian/resources/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/config.sh b/debian/resources/config.sh index 9ebe103..a3ce436 100755 --- a/debian/resources/config.sh +++ b/debian/resources/config.sh @@ -15,4 +15,4 @@ database_repo=official # PostgresSQL official, system, 2ndquadrant database_backup=false # true or false # General Settings -php_version=7 # PHP version 5 or 7 +php_version=5 # PHP version 5 or 7