Changeset 393 for branches/stable/cgi-bin/editcust.php
- Timestamp:
- 02/19/10 12:59:27 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/editcust.php
r392 r393 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) {
Note:
See TracChangeset
for help on using the changeset viewer.