science-ation/admin/judges_sa_launcher.php

6 lines
265 B
PHP
Raw Normal View History

2006-10-25 02:41:56 +00:00
<?
exec("nice php judges_sa.php >/dev/null 2>&1 &");
usleep(1000000); // 1 second to allow the judges_sa to update the % status to 0% otherwise the status page will think its not running if it gets there too soon
2006-10-25 02:41:56 +00:00
header("Location: judges_scheduler_status.php");
?>