From d298255e5137572eb91225da819698030ab4ffd9 Mon Sep 17 00:00:00 2001 From: xevidos Date: Fri, 12 Apr 2019 09:45:42 -0400 Subject: [PATCH] Added password hide and show to install page, Added default table creation function. --- components/install/view.php | 36 +++++++++++++--- components/sql/class.sql.php | 84 ++++++++++++++++++++++++++++++++++++ index.php | 4 +- 3 files changed, 115 insertions(+), 9 deletions(-) diff --git a/components/install/view.php b/components/install/view.php index 28eed5a..ad0022e 100755 --- a/components/install/view.php +++ b/components/install/view.php @@ -140,15 +140,21 @@ if ($newrelic) {
- - +
- - +
@@ -174,8 +180,11 @@ if ($newrelic) { - - + - +
@@ -180,7 +180,7 @@ if( defined( "SITE_NAME" ) && ! ( SITE_NAME === "" || SITE_NAME === null ) ) {