diff options
| -rw-r--r-- | Xerl.pm | 1 | ||||
| -rw-r--r-- | config.txt | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,6 @@ sub run($) { $config->parse(); return undef if $config->finish_request_exists(); - # TODO: Plugin API unless ( $config->sessionsdisable_exists() ) { my Xerl::Plugins::Session $session = Xerl::Plugins::Session->new( config => $config ); @@ -22,4 +22,5 @@ hidesubhome=1 hostroot=/usr/local/www/xerlhosts/branches/stable/hosts/ statsroot=/usr/local/www/xerlstats/ hyperion.buetow.org=ssl.buetow.org +sessiondisable=1 404=http://www.buetow.org |
