[Jarspy-commits] CVS: JarSpy-htdocs/webstart index.php,1.7,1.8
Status: Beta
Brought to you by:
brown_j
From: Jeff B. <br...@us...> - 2005-01-12 02:27:53
|
Update of /cvsroot/jarspy/JarSpy-htdocs/webstart In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3385/webstart Modified Files: index.php Log Message: added bbclone Index: index.php =================================================================== RCS file: /cvsroot/jarspy/JarSpy-htdocs/webstart/index.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** index.php 12 Jan 2005 01:52:11 -0000 1.7 --- index.php 12 Jan 2005 02:27:40 -0000 1.8 *************** *** 77,80 **** --- 77,86 ---- include '../phpinc/navigation.inc'; ?> + <?php + define("_BBC_PAGE_NAME", "Download"); + define("_BBCLONE_DIR", "../bbclone/"); + define("COUNTER", _BBCLONE_DIR."mark_page.php"); + if (is_readable(COUNTER)) include_once(COUNTER); + ?> </body> </html> |