Revision c9902d76
Von Moritz Bunkus vor mehr als 14 Jahren hinzugefügt
bin/mozilla/admin.pl | ||
---|---|---|
if ($auth->session_tables_present()) {
|
||
$::auth->set_session_value('rpw', $::form->{rpw});
|
||
$::auth->create_or_refresh_session();
|
||
_apply_dbupgrade_scripts();
|
||
}
|
||
|
||
_apply_dbupgrade_scripts();
|
||
|
||
call_sub($locale->findsub($form->{action}));
|
||
}
|
||
} else {
|
Auch abrufbar als: Unified diff
Upgradescripte für auth.* nur ausführen, wenn Authentifizierungstabellen bereits existieren