removed time limit for the vendors script (closes #2282)

This commit is contained in:
Fabien Potencier 2011-09-28 08:30:05 +02:00
parent c13b4e2b55
commit 2db24c264f

View File

@ -19,6 +19,8 @@ http://symfony.com/download
*/
set_time_limit(0);
if (!is_dir($vendorDir = dirname(__FILE__).'/vendor')) {
mkdir($vendorDir, 0777, true);
}