OSDN Git Service

BugTrack/785: disabling nofollow with PKWK_READONLY seems dangerous for read-only...
authorhenoheno <henoheno>
Thu, 27 Jan 2005 13:07:49 +0000 (22:07 +0900)
committerhenoheno <henoheno>
Thu, 27 Jan 2005 13:07:49 +0000 (22:07 +0900)
lib/make_link.php

index 1e0d17c..3570d9c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // PukiWiki - Yet another WikiWikiWeb clone.
-// $Id: make_link.php,v 1.15 2005/01/25 14:18:57 henoheno Exp $
+// $Id: make_link.php,v 1.16 2005/01/27 13:07:49 henoheno Exp $
 //
 // Hyperlink-related functions
 
@@ -360,7 +360,7 @@ EOD;
 
        function toString()
        {
-               if (! PKWK_SAFE_MODE && PKWK_READONLY) {
+               if (FALSE) {
                        $rel = '';
                } else {
                        $rel = ' rel="nofollow"';