Magellan Linux

Diff of /alx-src/trunk/alx-web/include/dbconn.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 420 by niro, Mon Oct 10 19:42:06 2005 UTC revision 421 by niro, Wed Jun 4 21:31:26 2008 UTC
# Line 1  Line 1 
1  <?  <?
2   include("error.php");   include("error.php");
3     include("config.inc.php");
  $dbhost  = "localhost";  
  $dbname  = "alx_web";  
  $dbuname = "alx_install";  
  $dbpass  = "@lx";  
4    
5   @mysql_connect($dbhost, $dbuname, $dbpass);   @mysql_connect($dbhost, $dbuname, $dbpass);
6   @mysql_select_db("$dbname") or die ($error[0]);   @mysql_select_db("$dbname") or die ($error[0]);

Legend:
Removed from v.420  
changed lines
  Added in v.421