From c9838254b976500f6106967a0d730d07195f308b Mon Sep 17 00:00:00 2001 From: TheManii Date: Mon, 11 Apr 2016 14:39:33 -0400 Subject: [PATCH] Revert "Remove unused files" This reverts commit 1ce34914bcf3595b52605c01d08e93f249fd77a0. --- www/login.php | 89 +++++++++++++++++++++++++++++++++++++++++++++++ www/testmysql.php | 7 ++++ 2 files changed, 96 insertions(+) create mode 100644 www/login.php create mode 100644 www/testmysql.php diff --git a/www/login.php b/www/login.php new file mode 100644 index 00000000..40870a8f --- /dev/null +++ b/www/login.php @@ -0,0 +1,89 @@ +getMessage(); + } +} + +?> + + + + FFXIV 1.0 Login + + + + + window.location=\"ffxiv://login_success?sessionId=" . $sessionId . "\";"; + } + ?> + +
+
+ +
+ +
+
+
+
+ + + + + + + + + + + + +
Username:
Password:
+ +
+
+

+
+
+
+ + + diff --git a/www/testmysql.php b/www/testmysql.php new file mode 100644 index 00000000..fdb5dd88 --- /dev/null +++ b/www/testmysql.php @@ -0,0 +1,7 @@ + \ No newline at end of file