[Toxicengine-cvs] website/include connection.inc.php,1.2,1.3
Status: Alpha
Brought to you by:
jperret
From: Jonathan P. <jp...@us...> - 2004-10-21 23:00:51
|
Update of /cvsroot/toxicengine/website/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28534/include Modified Files: connection.inc.php Log Message: oops ! exposed mysql password in CVS ... Index: connection.inc.php =================================================================== RCS file: /cvsroot/toxicengine/website/include/connection.inc.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** connection.inc.php 21 Oct 2004 22:36:08 -0000 1.2 --- connection.inc.php 21 Oct 2004 23:00:37 -0000 1.3 *************** *** 23,27 **** function connect_to_database() { ! mysql_connect('mysql.sourceforge.net', 'toxicengine', 'poulo00'); //mysql_connect('localhost', 'root', ''); mysql_select_db('toxicengine'); --- 23,27 ---- function connect_to_database() { ! mysql_connect('mysql.sourceforge.net', 'toxicengine', '*******'); //mysql_connect('localhost', 'root', ''); mysql_select_db('toxicengine'); |