From: Sebastien D. <sde...@us...> - 2005-01-21 15:15:36
|
Update of /cvsroot/tslogparser/tslogparser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4939 Modified Files: HISTORY database.inc.php Log Message: Fix in database.inc.php Index: HISTORY =================================================================== RCS file: /cvsroot/tslogparser/tslogparser/HISTORY,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- HISTORY 21 Jan 2005 15:00:06 -0000 1.15 +++ HISTORY 21 Jan 2005 15:15:27 -0000 1.16 @@ -1,3 +1,6 @@ +2005-01-21: tag v04b +- Fix in link from database.inc.php + 2005-01-21: tag v04 - Change in database.inc.php to include standard configuration file - New files: package/tslogparser.{conf,conf.php,spec} Index: database.inc.php =================================================================== RCS file: /cvsroot/tslogparser/tslogparser/database.inc.php,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- database.inc.php 21 Jan 2005 10:42:39 -0000 1.6 +++ database.inc.php 21 Jan 2005 15:15:27 -0000 1.7 @@ -63,7 +63,7 @@ if ((!isset($CONFIG["version"])) || ($CONFIG["version"] < LATEST_VERSION)) { - die("<b>You need to update your database schema.</b>\n <a href='$root/admin/upgrade.php'>Click here</a>.\n"); + die("<b>You need to update your database schema.</b>\n <a href='".$root."admin/upgrade.php'>Click here</a>.\n"); } } |