Revision 6b9cf44d
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
SL/Dispatcher.pm | ||
---|---|---|
232 | 232 |
$::locale = undef; |
233 | 233 |
$::form = undef; |
234 | 234 |
$::myconfig = (); |
235 |
Form::disconnect_standard_dbh unless $self->_interface_is_fcgi; |
|
235 |
Form::disconnect_standard_dbh; |
|
236 |
$::auth->dbdisconnect; |
|
236 | 237 |
|
237 | 238 |
$::lxdebug->end_request; |
238 | 239 |
$::lxdebug->leave_sub; |
Auch abrufbar als: Unified diff
Sowohl Standard-DB-Handle als auch Auth-DB-Handle am Ende des Requests schließen