diff --git a/install/templates/wdata.tpl b/install/templates/wdata.tpl
index 514aae08..83329e47 100644
--- a/install/templates/wdata.tpl
+++ b/install/templates/wdata.tpl
@@ -1,54 +1,145 @@
Error creating wdata. Check configuration or file.
";
+if (isset($_GET['c']) && $_GET['c'] == '1') {
+ echo '
Error creating wdata. Check configuration or file.
';
+}
+if (isset($_GET['err']) && $_GET['err'] == '1') {
+ echo '
Existing World Data found in the database! Please empty tables '
+ . TB_PREFIX . 'odata, ' . TB_PREFIX . 'units, ' . TB_PREFIX . 'vdata, ' . TB_PREFIX . 'wdata before continuing.
';
}
-if(isset($_GET['err']) && $_GET['err'] == 1) {
-echo "
Existing World Data found in the database! Please empty tables ".TB_PREFIX."odata, ".TB_PREFIX."units, ".TB_PREFIX."vdata, ".TB_PREFIX."wdata before continuing.
";
-}
+$autoStartCroppers = isset($_GET['startCroppers']) && $_GET['startCroppers'] === '1';
?>
+