Changeset 21320
- Timestamp:
- Feb 5, 2009, 10:29:43 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
r21311 r21320 1 1 # Copyright (c) 2006 Paul Price, Joshua Hoblitt 2 2 # 3 # $Id: Config.pm,v 1.9 5 2009-02-05 19:38:23 billsExp $3 # $Id: Config.pm,v 1.96 2009-02-05 20:29:43 eugene Exp $ 4 4 5 5 package PS::IPP::Config; … … 351 351 my $admindb = "ippadmin"; 352 352 353 die "database configuration set up" unless defined($dbserver); 354 die "database configuration set up" unless defined($dbuser); 355 die "database configuration set up" unless defined($dbpassword); 353 die "dbserver not defined in configuration" unless defined($dbserver); 354 die "dbuser not defined in configuration" unless defined($dbuser); 355 die "dbpassword not defined in configuration" unless defined($dbpassword); 356 die "dbname not defined in configuration" unless defined($dbname); 356 357 357 358 my $dsn = "DBI:mysql:host=$dbserver;database=$admindb";
Note:
See TracChangeset
for help on using the changeset viewer.
