Changeset 1606
- Timestamp:
- 11/10/2006 11:28:18 PM (2 years ago)
- Files:
-
- 1 modified
-
trunk/error404.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/error404.php
r1602 r1606 1 1 <?php 2 2 require('.'.DIRECTORY_SEPARATOR.'personal'.DIRECTORY_SEPARATOR.'settings.inc.php'); 3 $get = strip($_GET); 3 4 4 5 $meta['robots'] = "noindex, follow"; … … 6 7 $c['main'] = "<h2>".$l['err404_topic']."</h2>\n<p>".$l['err404_message']."</p>"; 7 8 $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']).'" /> 9 10 <input class="send" type="submit" value="'.$l['content_search'].'" /></p> 10 11 </form>';
