home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / xampp-win32-1.6.7-installer.exe / security / htdocs / lang.php < prev    next >
Encoding:
PHP Script  |  2007-12-21  |  142 b   |  7 lines

  1. <?php
  2.     $fp = fopen("lang.tmp", "w");
  3.     fwrite($fp, basename($_SERVER['QUERY_STRING']));
  4.     fclose($fp);
  5.     header("Location: index.php");
  6. ?>
  7.