diff --git a/site/login/login/libs/config.php b/site/login/login/libs/config.php index f0edaa6b..425cef07 100644 --- a/site/login/login/libs/config.php +++ b/site/login/login/libs/config.php @@ -3,10 +3,10 @@ define('DB_USER', 'root'); define('DB_PASSWORD', ''); define('DB_DATABASE', 'mibew'); -------------------- //Maynot be needed it is deleteable, not sure if it's needed for profile page. $link = mysql_connect(DB_HOST, DB_USER, DB_PASSWORD); $db = mysql_select_db(DB_DATABASE); $result = mysql_query("SELECT * FROM members") or die(mysql_error()); + ?> \ No newline at end of file diff --git a/site/login/login/register-success.php b/site/login/login/register-success.php index 3ab93a5e..b893bb8a 100644 --- a/site/login/login/register-success.php +++ b/site/login/login/register-success.php @@ -6,7 +6,7 @@
-Click here to login to your account.
+Click here to login to your account.