comparison _xampp/lang.php @ 0:b12c99b7c3f0

commit for previous development
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 19 Jan 2015 17:13:49 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:b12c99b7c3f0
1 <?
2 $fp=fopen("lang.tmp","w");
3 fwrite($fp,basename($_SERVER['QUERY_STRING']));
4 fclose($fp);
5 header("Location: index.php");
6 ?>