Think twice before "improving" anything Haarg has committed
This commit is contained in:
parent
8b05bc9f4d
commit
ecc9967f2e
2 changed files with 55 additions and 62 deletions
|
|
@ -2,9 +2,13 @@ use strict;
|
|||
use Plack::Builder;
|
||||
use Plack::App::File;
|
||||
use WebGUI;
|
||||
|
||||
# Temporary preload hack
|
||||
use WebGUI::Paths -preload;
|
||||
use DBI;
|
||||
DBI->install_driver("mysql");
|
||||
# end hack
|
||||
|
||||
use WebGUI::Middleware::Debug::Performance;
|
||||
|
||||
my $config = $ENV{WEBGUI_CONFIG};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue