Update plus.php

This commit is contained in:
Shadow
2013-11-17 10:47:40 +02:00
parent 421989d8a4
commit 39f09e8e7b
+3 -1
View File
@@ -20,7 +20,9 @@ if(isset($_GET['newdid'])) {
else {
$building->procBuild($_GET);
}
if($_GET['p'] == 1){
$automation->isWinner();
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
@@ -155,4 +157,4 @@ echo round(($generator->pageLoadTimeEnd()-$start)*1000);
<div id="ce"></div>
</body>
</html>
</html>