Update natarbuildingplan.php

This commit is contained in:
Shadow
2013-11-21 08:09:01 +02:00
parent d41dccd705
commit 2f18b17774
+2 -1
View File
@@ -11,6 +11,7 @@
#################################################################################
include_once("../../config.php");
include_once("../../Session.php");
include_once("../../Automation.php");
mysql_connect(SQL_SERVER, SQL_USER, SQL_PASS);
mysql_select_db(SQL_DB);
@@ -82,4 +83,4 @@ To build a World Wonder, you must own the Construction Plans yourself (you = the
header("Location: ../../../Admin/admin.php?p=natarbuildingplan&g");
?>
?>