Update of /cvsroot/corewar/pQmars/qcw-dev/standalone/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4682/qcw-dev/standalone/admin
Modified Files:
admin.pl index.php
Log Message:
show execution paths
Index:
admin.pl
===================================================================
RCS file: /cvsroot/corewar/pQmars/qcw-dev/standalone/admin/
admin.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
***
admin.pl 9 Oct 2005 21:24:33 -0000 1.5
---
admin.pl 9 Oct 2005 21:30:50 -0000 1.6
***************
*** 70,78 ****
if ($i == 1) {
! for (my $j = 1; $j <= 4; $j++) {
my $cell = sprintf("%8.8X.qcw.gz.bz2",$j);
! #pQmars();
open SPOOLER, "| tar -Ojxf - $cell |bzcat|zcat|head"
--- 70,78 ----
if ($i == 1) {
! for (my $j = 1; $j <= 1; $j++) {
my $cell = sprintf("%8.8X.qcw.gz.bz2",$j);
! pQmars();
open SPOOLER, "| tar -Ojxf - $cell |bzcat|zcat|head"
Index: index.php
===================================================================
RCS file: /cvsroot/corewar/pQmars/qcw-dev/standalone/admin/index.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** index.php 9 Oct 2005 21:24:33 -0000 1.7
--- index.php 9 Oct 2005 21:30:50 -0000 1.8
***************
*** 18,22 ****
$path = $_SERVER['SCRIPT_FILENAME'];
! #echo "<br>***path=$path***";
$value = $_GET['value'];
--- 18,22 ----
$path = $_SERVER['SCRIPT_FILENAME'];
! echo "<br>***path=$path***";
$value = $_GET['value'];