Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 421 - (hide annotations) (download)
Wed Jun 4 21:31:26 2008 UTC (16 years ago) by niro
File size: 152 byte(s)
-import from upstream

1 niro 355 <?
2     include("error.php");
3 niro 421 include("config.inc.php");
4 niro 355
5     @mysql_connect($dbhost, $dbuname, $dbpass);
6     @mysql_select_db("$dbname") or die ($error[0]);
7     ?>

Properties

Name Value
svn:executable *