aboutsummaryrefslogtreecommitdiff
path: root/contrib/conf_merge/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/conf_merge/index.php')
-rw-r--r--contrib/conf_merge/index.php40
1 files changed, 0 insertions, 40 deletions
diff --git a/contrib/conf_merge/index.php b/contrib/conf_merge/index.php
deleted file mode 100644
index 537937caf64..00000000000
--- a/contrib/conf_merge/index.php
+++ /dev/null
@@ -1,40 +0,0 @@
-<?php
-/*
- * Project Name: Config File Merge For Mangos/Trinity Server
- * Date: 01.01.2010 inital version (0.0.1a)
- * Author: Paradox
- * Copyright: Paradox
- * Email: iamparadox@netscape.net (paypal email)
- * License: GNU General Public License v2(GPL)
- */
-?>
-<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
-<FORM enctype="multipart/form-data" ACTION="merge.php" METHOD="POST">
-Dist File
-<br />
-<INPUT name="File1" TYPE="file">
-<br />
-Current Conf File
-<br />
-<INPUT name="File2" TYPE="file">
-<br />
-<INPUT TYPE=RADIO NAME="eol" VALUE="0" CHECKED >Win32 -
-<INPUT TYPE=RADIO NAME="eol" VALUE="1" >UNIX/Linux
-<br />
-<INPUT TYPE="submit" VALUE="Submit">
-<br />
-If you have any custom settings, such as from patches,
-<br />
-make sure they are at the bottom of the file following
-<br />
-this block (add it if it's not there)
-<br />
-###############################################################################
-<br />
-# Custom
-<br />
-###############################################################################
-<br />
-<br />
-
-</FORM>