checkpoint

This commit is contained in:
Patrick Donelan 2009-10-09 22:11:01 +11:00
parent dc60102f8d
commit da75a8b207
4 changed files with 14 additions and 4 deletions

View file

@ -13,6 +13,8 @@ my $app = sub {
my $env = shift;
$env->{'wg.WEBGUI_ROOT'} = $WEBGUI_ROOT;
$env->{'wg.WEBGUI_CONFIG'} = "$WEBGUI_CONFIG.conf";
$env->{'wg.DIR_CONFIG.WebguiRoot'} = $env->{'wg.WEBGUI_ROOT'};
$env->{'wg.DIR_CONFIG.WebguiConfig'} = $env->{'wg.WEBGUI_CONFIG'};
WebGUI::handle_psgi($env);
};