/[inncomm]/inc/conn.inc
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /inc/conn.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Thu Dec 21 14:42:00 2000 UTC (23 years, 4 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +5 -1 lines
removed configuration details in config.inc

1 <?
2 require('class.DBI');
3 include('config.inc');
4 if (! isset($db)) {
5 $db="inncomm";
6 }
7 $dbh = new DBI("dbi:pg:$db","dpavlin","");
8
9 ?>

  ViewVC Help
Powered by ViewVC 1.1.26