Suppress some errors in set_time_limit ... (these scripts aren't used yet)

This commit is contained in:
moodler
2004-05-18 14:16:34 +00:00
parent 1bf4c86205
commit 4b4d25fa36
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ if ($arsc_my = arsc_getdatafromsid($arsc_sid))
echo $arsc_parameters["htmlhead_js"];
set_magic_quotes_runtime(0);
set_time_limit(0);
@set_time_limit(0);
$arsc_sendtime = date("H:i:s");
$arsc_timeid = arsc_microtime();
$arsc_message = "/msg ".$arsc_my["user"]." ".$arsc_lang["welcome"];
+2 -2
View File
@@ -1,6 +1,6 @@
#!/usr/local/php-cgi/current/bin/php -q
<?php
set_time_limit (0);
@set_time_limit (0);
set_magic_quotes_runtime(0);
include("../config.inc.php");
@@ -261,4 +261,4 @@ function arsc_socket_write(&$connection, $text)
return $return;
}
?>
?>