WikiPatches/UnLockAtGetAdminBar
UseModWiki
|
WikiPatches
|
RecentChanges
|
Preferences
This Patch adds action=unlock at GetAdminBar
?
, (see:
WikiPatches/GetAdminBar
) for the convenience of admin.
sub GetAdminBar { ... + $result .= " | " . &ScriptLink("action=unlock", T("UnLock"));
--
JuanmaMP