1
0
mirror of synced 2024-12-13 14:56:01 +03:00

setting execution time to 900 seconds

This commit is contained in:
pookey 2007-01-15 18:22:38 +00:00
parent 549904224a
commit bf749ae434

View File

@ -1,6 +1,7 @@
<?php
ob_start();
ini_set('max_execution_time',900);
function autoload($class) {
if(strpos($class, 'TestCase') === false)