mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-05 20:34:21 +00:00
first commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
#################################################################################
|
||||
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
||||
## --------------------------------------------------------------------------- ##
|
||||
## Filename WorldWonderName.php ##
|
||||
## Developed by: Dzoki ##
|
||||
## License: TravianX Project ##
|
||||
## Copyright: TravianX (c) 2010-2011. All rights reserved. ##
|
||||
## ##
|
||||
#################################################################################
|
||||
|
||||
include("../Village.php");
|
||||
$database->submitWWname($_POST['vref'],$_POST['wwname']);
|
||||
header("Location: ../../build.php?id=99&n");
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user