From: garvinhicking Date: Tue, 4 Oct 2005 23:18:28 +0000 (+0000) Subject: New backend_configure event hook, for authentication and the likes X-Git-Tag: 0.9~91 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6707ea11d448af08df5599df5ce60e1d49733135;p=s9y.git New backend_configure event hook, for authentication and the likes --- diff --git a/serendipity_admin.php b/serendipity_admin.php index 20b585f..3db9e49 100644 --- a/serendipity_admin.php +++ b/serendipity_admin.php @@ -6,6 +6,7 @@ define('IN_installer', true); define('IN_upgrader', true); define('IN_serendipity', true); include('serendipity_config.inc.php'); +serendipity_plugin_api::hook_event('backend_configure', $serendipity); header('Content-Type: text/html; charset=' . LANG_CHARSET);