[Openfirst-cvscommit] config globals.php,1.8,1.9
Brought to you by:
xtimg
From: <dav...@us...> - 2003-06-04 18:48:20
|
Update of /cvsroot/openfirst/config In directory sc8-pr-cvs1:/tmp/cvs-serv7699 Modified Files: globals.php Log Message: Added a little note to the $home variable and removed the bracket after the link. I noticed this problem when playing around with messanger. When the msg notifier pops up the Inbox link has two / therefor resulting in a broken link. Im fixing that by making the link without brackets the norm. Everyone should adjust the code to this norm. Index: globals.php =================================================================== RCS file: /cvsroot/openfirst/config/globals.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** globals.php 1 Jun 2003 17:30:13 -0000 1.8 --- globals.php 4 Jun 2003 18:48:16 -0000 1.9 *************** *** 53,58 **** $sqlpassword = "sqlpassword"; //Change this to the MySQL Server Password $sqldatabase = "sqldatabase"; //Change this to the MySQL Database ! $home = "http://openfirst.sourceforge.net/"; // The address scripts will use for ! // linking to your main page. $header = "headers.php"; // Change this to the location of a file // containing the headers for your pages. --- 53,59 ---- $sqlpassword = "sqlpassword"; //Change this to the MySQL Server Password $sqldatabase = "sqldatabase"; //Change this to the MySQL Database ! $home = "http://openfirst.sourceforge.net"; // The address scripts will use for ! // linking to your main page. PLEASE NOTE: do not place ! // a slash after the link. You will get broken links if you do. $header = "headers.php"; // Change this to the location of a file // containing the headers for your pages. |