forked from science-ation/science-ation
5 lines
100 B
PHP
5 lines
100 B
PHP
|
<?
|
||
|
exec("php judges_sa.php >/dev/null 2>&1 &");
|
||
|
header("Location: judges_scheduler_status.php");
|
||
|
?>
|