Magellan Linux

Contents of /alx-src/tags/alx-web-0_7_1_20190711_1/include/dbconn.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13466 - (show annotations) (download)
Thu Jul 11 13:20:14 2019 UTC (4 years, 10 months ago) by niro
File size: 161 byte(s)
tagged 'alx-web-0_7_1_20190711_1'
1 <?
2
3 include("error.php");
4 include("config.inc.php");
5
6 if(!isset($DBCONN))
7 $DBCONN = mysqli_connect($dbhost, $dbuname, $dbpass, $dbname) or die ($error[0]);
8
9 ?>