git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoArmarios_Web/trunk@8 5f5cdc87-09bc-1947-a3a7-c45bb6b47c2a
16 lines
429 B
PHP
16 lines
429 B
PHP
<?
|
|
/*
|
|
####################################################
|
|
# Name: The Uniform Server Admin Panel 2.0
|
|
# Developed By: The Uniform Server Development Team
|
|
# Modified Last By: Olajide Olaolorun (empirex)
|
|
# Web: http://www.uniformserver.com
|
|
####################################################
|
|
*/
|
|
|
|
$fp=fopen("includes/.lang","w");
|
|
fwrite($fp,$_SERVER['QUERY_STRING']);
|
|
fclose($fp);
|
|
header("Location: index.php");
|
|
?>
|