Changeset 398 for trunk/cgi-bin/editcust.php
- Timestamp:
- 05/11/10 14:56:06 (15 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/editcust.php
r343 r398 20 20 <form action=updatecust.php method=post> 21 21 <? 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"); 23 23 24 24 if (!$db_conn) { 25 25 echo ("<H1>Failed connection to db ipdb. Can't continue.</H1>"); 26 echo "db err: ". pg_last_error() ."\n"; 26 27 exit; 27 28 }
Note:
See TracChangeset
for help on using the changeset viewer.