From: garvinhicking Date: Tue, 21 Aug 2007 16:49:31 +0000 (+0000) Subject: nofollow for superuser plugin, thanks to kallussed X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4830d3f80a4840573a68adc216e57c77b1b3c467;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 136015c..80d0f2a 100644 --- a/include/plugin_internal.inc.php +++ b/include/plugin_internal.inc.php @@ -1146,7 +1146,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)