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/editcust.php

    r392 r393  
    2020<form action=updatecust.php method=post>
    2121<?
    22   $db_conn = pg_connect("dbname=ipdb user=ipdb password=ipdbpwd");
     22  $db_conn = pg_connect("dbname=ipdb user=ipdb password=ipdbpwd host=ipdb-db");
    2323
    2424  if (!$db_conn) {
Note: See TracChangeset for help on using the changeset viewer.