diff options
| author | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-07 14:25:02 +0200 |
|---|---|---|
| committer | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-07 14:25:02 +0200 |
| commit | 4998381b7a45529502ad0a9432de4df932ba6ad2 (patch) | |
| tree | 4f4ffcfd8de045840226bcd87dbf08fbe6638b63 /Xerl.pm | |
| parent | 469d0a4485d65bbea6161782e78781333eb28d8b (diff) | |
disable sessions by default
Diffstat (limited to 'Xerl.pm')
| -rw-r--r-- | Xerl.pm | 1 |
1 files changed, 0 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 ); |
