science-ation/admin/judges_sa_launcher.php

5 lines
100 B
PHP
Raw Normal View History

2006-10-25 02:41:56 +00:00
<?
exec("php judges_sa.php >/dev/null 2>&1 &");
header("Location: judges_scheduler_status.php");
?>