Changeset 10581
- Timestamp:
- Dec 8, 2006, 12:24:54 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/t/conf/startup.pl.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/t/conf/startup.pl.in
r4911 r10581 7 7 use DBI; 8 8 use Nebulous::Server::SOAP; 9 use Nebulous::Server::Apache; 9 10 use Nebulous::Server; 10 11 … … 14 15 15 16 Apache::DBI->connect_on_init( $dsn, $dbuser, $dbpasswd ); 16 Nebulous::Server ->init(17 Nebulous::Server::SOAP->new_on_init( 17 18 dsn => $dsn, 18 19 dbuser => $dbuser,
Note:
See TracChangeset
for help on using the changeset viewer.
