Changeset 4440 for trunk/Nebulous/t/conf/startup.pl.in
- Timestamp:
- Jun 29, 2005, 4:35:06 PM (21 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
r4438 r4440 3 3 use Apache::DBI; 4 4 use DBI; 5 use PS::IPP::IData::Server::SOAP;6 use PS::IPP::IData::Server;5 use Nebulous::Server::SOAP; 6 use Nebulous::Server; 7 7 8 8 my $dsn = "DBI:mysql:database=test:host=localhost"; … … 11 11 12 12 Apache::DBI->connect_on_init( $dsn, $dbuser, $dbpass ); 13 PS::IPP::IData::Server->setup( $dsn, $dbuser, $dbpass );13 Nebulous::Server->setup( $dsn, $dbuser, $dbpass ); 14 14 15 15 1;
Note:
See TracChangeset
for help on using the changeset viewer.
