mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-15 07:41:00 +00:00
Update dataform.tpl
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
//////////////////////////////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
// TRAVIANX //
|
// TRAVIANX //
|
||||||
// Only for advanced users, do not edit if you dont know what are you doing! //
|
// Only for advanced users, do not edit if you dont know what are you doing! //
|
||||||
// Made by: Dzoki & Dixie (TravianX) //
|
// Made by: Dzoki & Dixie (TravianX) //
|
||||||
// - TravianX = Travian Clone Project - //
|
// - TravianX = Travian Clone Project - //
|
||||||
// DO NOT REMOVE COPYRIGHT NOTICE! //
|
// DO NOT REMOVE COPYRIGHT NOTICE! //
|
||||||
//////////////////////////////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
if(isset($_GET['c']) && $_GET['c'] == 1) {
|
if(isset($_GET['c']) && $_GET['c'] == 1) {
|
||||||
@@ -14,12 +14,12 @@ echo "<div class=\"headline\"><span class=\"f10 c5\">Error importing database. C
|
|||||||
<form action="process.php" method="post" id="dataform">
|
<form action="process.php" method="post" id="dataform">
|
||||||
<input type="hidden" name="substruc" value="1">
|
<input type="hidden" name="substruc" value="1">
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<span class="f10 c">Create SQL Structure</span>
|
<span class="f10 c">Create SQL Structure</span>
|
||||||
<table>
|
<table>
|
||||||
<tr><td>Warning: This can take some time. Do not click, just wait till the next page has been loaded!</td></tr>
|
<tr><td>Warning: This can take some time. Wait till the next page has been loaded! Click Create to proceed..</td></tr>
|
||||||
<tr><td><center><input type="submit" name="Submit" id="Submit" value="Create.."></center></td></tr>
|
<tr><td><center><input type="submit" name="Submit" id="Submit" value="Create.." onClick="return proceed()"></center></td></tr>
|
||||||
</table>
|
</table>
|
||||||
</p>
|
</p>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user