Update of /cvsroot/corewar/pQmars/qcw-prod/standalone/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4183/qcw-prod/standalone/admin
Modified Files:
index.php
Log Message:
testing run of perl scripts in the background
Index: index.php
===================================================================
RCS file: /cvsroot/corewar/pQmars/qcw-prod/standalone/admin/index.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** index.php 10 Oct 2005 20:55:48 -0000 1.9
--- index.php 11 Oct 2005 20:21:49 -0000 1.10
***************
*** 35,39 ****
}
elseif ($value == "stop") {
! $admin = "
admin.pl -s";
}
else {
--- 35,44 ----
}
elseif ($value == "stop") {
! #$admin = "
admin.pl -s";
!
! exec("sleep 600 >/dev/null 2>&1 &");
! #exec("kill -9 22445");
!
! echo "<br>wake-up-time!";
}
else {