fixed a bug in SQL::quote
fixed the logging bug
This commit is contained in:
parent
e26b7c9808
commit
9722bad470
3 changed files with 14 additions and 4 deletions
|
|
@ -11,6 +11,13 @@ use strict;
|
|||
print "\nStarting WebGUI ".$WebGUI::VERSION."\n";
|
||||
|
||||
|
||||
#----------------------------------------
|
||||
# Logger
|
||||
#----------------------------------------
|
||||
use Log::Log4perl;
|
||||
Log::Log4perl->init( $webguiRoot."/etc/log.conf" );
|
||||
|
||||
|
||||
#----------------------------------------
|
||||
# Database connectivity.
|
||||
#----------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue