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