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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
PHP Script
|
2007-12-21
|
142 b
|
7 lines
<?php
$fp = fopen("lang.tmp", "w");
fwrite($fp, basename($_SERVER['QUERY_STRING']));
fclose($fp);
header("Location: index.php");
?>