projects
/
squirrelmail.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed broken RFC1918 reference in contrib/.htaccess and doc/.htaccess (#2798839).
[squirrelmail.git]
/
plugins
/
demo
/
setup.php
diff --git
a/plugins/demo/setup.php
b/plugins/demo/setup.php
index 14db1594150ae01894ad362ae8c4b9fc9e79e93e..0bbc48b05baa165434b1731e00ceb70843ba6a80 100644
(file)
--- a/
plugins/demo/setup.php
+++ b/
plugins/demo/setup.php
@@
-2,7
+2,7
@@
/**
* SquirrelMail Demo Plugin
/**
* SquirrelMail Demo Plugin
- * @copyright © 2006-200
7
The SquirrelMail Project Team
+ * @copyright © 2006-200
9
The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package plugins
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package plugins
@@
-28,10
+28,6
@@
function squirrelmail_plugin_init_demo()
$squirrelmail_plugin_hooks['login_cookie']['demo']
= 'demo_login_cookie';
$squirrelmail_plugin_hooks['login_cookie']['demo']
= 'demo_login_cookie';
-//FIXME: not all of the above hooks are yet implemented below
- $squirrelmail_plugin_hooks['login_top']['demo']
- = 'demo_login_top';
-
//FIXME: not all of the above hooks are yet implemented below
$squirrelmail_plugin_hooks['login_bottom']['demo']
= 'demo_login_bottom';
//FIXME: not all of the above hooks are yet implemented below
$squirrelmail_plugin_hooks['login_bottom']['demo']
= 'demo_login_bottom';