[Jarspy-commits] CVS: JarSpy-htdocs/webstart index.php,1.5,1.6
Status: Beta
Brought to you by:
brown_j
From: Jeff B. <br...@us...> - 2003-06-15 23:22:01
|
Update of /cvsroot/jarspy/JarSpy-htdocs/webstart In directory sc8-pr-cvs1:/tmp/cvs-serv23735 Modified Files: index.php Log Message: upgraded bbclone Index: index.php =================================================================== RCS file: /cvsroot/jarspy/JarSpy-htdocs/webstart/index.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** index.php 16 Feb 2003 15:09:38 -0000 1.5 --- index.php 15 Jun 2003 23:21:58 -0000 1.6 *************** *** 90,94 **** <? DEFINE ("_BBC_PAGE_NAME", "Web Start"); ! DEFINE ("_BBCLONE_DIR", "../bbclone-0.30.2/"); DEFINE ("_JARSPY_COUNTER", _BBCLONE_DIR . "mark_page.php"); if(file_exists(_JARSPY_COUNTER)) --- 90,94 ---- <? DEFINE ("_BBC_PAGE_NAME", "Web Start"); ! DEFINE ("_BBCLONE_DIR", "../bbclone-0.32/"); DEFINE ("_JARSPY_COUNTER", _BBCLONE_DIR . "mark_page.php"); if(file_exists(_JARSPY_COUNTER)) |