diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-08-17 14:20:55 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-08-17 14:22:33 +0400 |
| commit | 369dbc19d6ae35c97a2306ae4821c7812e2f24b2 (patch) | |
| tree | fff54920611300f99e0898874e0de04c99ac5586 /backend.php | |
| parent | 3d2c9f5adfdc51642143d9fecf31ee353735bb8e (diff) | |
rework class system to use subdirectories
add placeholder plugin/hook system
Diffstat (limited to 'backend.php')
| -rw-r--r-- | backend.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backend.php b/backend.php index 13568d165..b0ef5e0f1 100644 --- a/backend.php +++ b/backend.php @@ -77,6 +77,8 @@ return; } + $plugins = new Plugins($link); + $purge_intervals = array( 0 => __("Use default"), -1 => __("Never purge"), |