Changeset 1606

Show
Ignore:
Timestamp:
11/10/2006 11:28:18 PM (2 years ago)
Author:
jeena
Message:

killed magic_quotes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/error404.php

    r1602 r1606  
    11<?php 
    22 require('.'.DIRECTORY_SEPARATOR.'personal'.DIRECTORY_SEPARATOR.'settings.inc.php'); 
     3 $get = strip($_GET); 
    34 
    45 $meta['robots']        = "noindex, follow"; 
     
    67 $c['main'] = "<h2>".$l['err404_topic']."</h2>\n<p>".$l['err404_message']."</p>"; 
    78 $c['main'] .= '     <form id="searchform" action="'.JLOG_PATH.'/search.php"> 
    8       <p><input class="userdata" type="text" name="q" size="30" value="'.htmlspecialchars($_GET['url']).'" /> 
     9      <p><input class="userdata" type="text" name="q" size="30" value="'.htmlspecialchars($get['url']).'" /> 
    910         <input class="send" type="submit" value="'.$l['content_search'].'" /></p> 
    1011     </form>';