Setze PHP 5.3 für neue Webapps
bernd

bernd commited on 2010-06-03 21:35:11
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.


git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@1743 87cf0b9e-d624-0410-a070-f6ee81989793
... ...
@@ -81,7 +81,7 @@ if ($_POST['target'] == 'new')
81 81
   $vhost['hostname'] = $hostname;
82 82
   $vhost['domainid'] = $domainid;
83 83
   $vhost['docroot'] = '';
84
-  $vhost['php'] = 'fastcgi';
84
+  $vhost['php'] = 'php53';
85 85
   $vhost['ssl'] = $ssl;
86 86
   $vhost['logtype'] = $logtype;
87 87
   $vhost['errorlog'] = $errorlog; 
88 88