]> git.pld-linux.org Git - packages/WebGUI.git/blame - WebGUI-etc.patch
- autoupdated to 5.1.2
[packages/WebGUI.git] / WebGUI-etc.patch
CommitLineData
c6fbd238 1--- lib/WebGUI/Session.pm Fri Feb 14 06:00:45 2003
2+++ lib/WebGUI/Session.pm-mis Tue Feb 18 13:53:28 2003
3@@ -409,7 +409,7 @@
4 }
5 } else {
6 $config = new Data::Config
7- $session{config}{webguiRoot}.'/etc/'.$session{config}{configFile};
8+ $session{config}{configFile};
9 foreach ($config->param) {
10 $session{config}{$_} = $config->param($_);
11 }
This page took 0.268561 seconds and 4 git commands to generate.