This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AbetoArmarios_Web/Source/udrive/home/admin/www/lang.php
2007-06-18 10:53:18 +00:00

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");
?>