Ignore:
Timestamp:
02/19/10 12:59:27 (14 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Use host=ipdb-db in PHP pages so live version can connect to db

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/list-cust.php

    r392 r393  
    2727</form>
    2828<?
    29   $db_conn = pg_connect("dbname=ipdb user=ipdb password=ipdbpwd");
     29  $db_conn = pg_connect("dbname=ipdb user=ipdb password=ipdbpwd host=ipdb-db");
    3030
    3131  if (!$db_conn) {
Note: See TracChangeset for help on using the changeset viewer.