|
From: Brian N. <no...@us...> - 2004-11-05 04:14:40
|
Update of /cvsroot/bugin/bugin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10392 Modified Files: index.php Log Message: wow, the first CVS commit in a while :) Added automatic detection of the installation location from index.php . Index: index.php =================================================================== RCS file: /cvsroot/bugin/bugin/index.php,v retrieving revision 1.62 retrieving revision 1.63 diff -C2 -d -r1.62 -r1.63 *** index.php 22 Mar 2004 11:01:27 -0000 1.62 --- index.php 5 Nov 2004 04:14:30 -0000 1.63 *************** *** 1,3 **** --- 1,4 ---- <?php + $options['buginBase'] = basename(__FILE__); header ("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); |