Make WordPress Core

Ticket #2701: 2701i.patch

File 2701i.patch, 572 bytes (added by arnee, 18 years ago)

Allow plugins to use DBX

  • C:/Programme/Apache

     
    1515                $man = 'linkmeta';
    1616                break;
    1717        default:
    18                 exit;
     18                if(isset($_GET["man"]) && !empty($_GET["man"])) $man = preg_replace("=[^a-zA-Z0-9\-_]=","",$_GET["man"]);
     19                else exit;
    1920                break;
    2021endswitch;
    2122?>