view _xampp/lang.php @ 7:0e9a7c69f22c

add editing records/log into TOC correction list page, more editing records could be shown on the TOC page
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Fri, 06 Feb 2015 09:44:17 +0100
parents b12c99b7c3f0
children
line wrap: on
line source

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