From: Sebastien D. <sde...@us...> - 2005-04-22 08:48:02
|
Update of /cvsroot/tslogparser/tslogparser/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10305/admin Modified Files: index.php Log Message: New time limit on TS upload Index: index.php =================================================================== RCS file: /cvsroot/tslogparser/tslogparser/admin/index.php,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- index.php 14 Mar 2005 14:55:06 -0000 1.11 +++ index.php 22 Apr 2005 08:47:52 -0000 1.12 @@ -188,6 +188,9 @@ die(); } + /* Set a longer execution time */ + set_time_limit(60); + /* Try expanding the archive */ $tar = new Archive_Tar($_FILES['tsarchive']['tmp_name']); $tar->setErrorHandling(PEAR_ERROR_PRINT); |