/[libdata]/branches/pear-db/include/db_connect.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/pear-db/include/db_connect.php

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

revision 76 by dpavlin, Thu Mar 18 21:47:40 2004 UTC revision 77 by dpavlin, Thu Mar 18 22:20:55 2004 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // Database connection parameters  // Database connection parameters
3  $db_server      = "yourlibrary.edu";  $db_server      = "localhost";
4  $db_user        = "libdata";  $db_user        = "libdata";
5  $db_password    = "changEth1s";  $db_password    = "libdatapw";
6  $db_name        = "libdata";  $db_name        = "libdata";
7    
8    

Legend:
Removed from v.76  
changed lines
  Added in v.77

  ViewVC Help
Powered by ViewVC 1.1.26