]> git.mjollnir.org Git - s9y.git/commitdiff
New backend_configure event hook, for authentication and the likes
authorgarvinhicking <garvinhicking>
Tue, 4 Oct 2005 23:18:28 +0000 (23:18 +0000)
committergarvinhicking <garvinhicking>
Tue, 4 Oct 2005 23:18:28 +0000 (23:18 +0000)
serendipity_admin.php

index 20b585f866261cf2259acc84600a9582bb1d78db..3db9e49b6118b6562faca91533f3c8c7a9280ac6 100644 (file)
@@ -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);