logging things

This commit is contained in:
Shish
2009-05-08 03:52:29 -07:00
parent 989fc72e5a
commit 415f6901da
11 changed files with 72 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ class AdminPage implements Extension {
if(($event instanceof PageRequestEvent) && $event->page_matches("admin_utils")) {
if($event->user->is_admin()) {
log_info("admin", "Util: {$_POST['action']}")
set_time_limit(0);
$redirect = false;