From 4b5457421e96b1984eb6bfc2d7b6421cabe3e1fe Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Tue, 21 Aug 2007 16:49:44 +0000 Subject: [PATCH] nofollow for superuser plugin, thanks to kallussed --- include/plugin_internal.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5