From: garvinhicking Date: Tue, 21 Aug 2007 16:49:44 +0000 (+0000) Subject: nofollow for superuser plugin, thanks to kallussed X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4b5457421e96b1984eb6bfc2d7b6421cabe3e1fe;p=s9y.git nofollow for superuser plugin, thanks to kallussed --- diff --git a/include/plugin_internal.inc.php b/include/plugin_internal.inc.php index 0df34e6..3d65edb 100644 --- a/include/plugin_internal.inc.php +++ b/include/plugin_internal.inc.php @@ -1132,7 +1132,7 @@ class serendipity_superuser_plugin extends serendipity_plugin { $link = $base . ($serendipity['rewrite'] == 'none' ? $serendipity['indexFile'] .'?/' : '') . PATH_ADMIN; $text = (($_SESSION['serendipityAuthedUser'] === true) ? SUPERUSER_OPEN_ADMIN : SUPERUSER_OPEN_LOGIN); - echo ''. $text .''; + echo ''. $text .''; } function introspect_config_item($name, &$propbag)