Merge pull request #79 from esfomeado/patch-1

Removed unnecessary code.
This commit is contained in:
yi12345
2012-07-15 17:09:36 -07:00
+1 -7
View File
@@ -1,11 +1,5 @@
<?php
if(isset($_GET['z'])) {
$currentcoor = $database->getCoor($_GET['z']);++$requse2;
$y = $currentcoor['y'];
$x = $currentcoor['x'];
$bigmid = $_GET['z'];
}
else if(isset($_POST['xp']) && isset($_POST['yp'])){
if(isset($_POST['xp']) && isset($_POST['yp'])){
$x = $_POST['xp'];
$y = $_POST['yp'];
$bigmid = $generator->getBaseID($x,$y);