From 62d49e37e3a5b0fc781dacc0d8bdc2e5e6848627 Mon Sep 17 00:00:00 2001
From: ry1015
Date: Thu, 13 Nov 2014 19:03:05 -0800
Subject: [PATCH] Fixed
---
.../includes/inc_loggedin_text_menu.php | 22 +++++++++----------
f8l_exception/includes/inc_showAccounts.php | 2 +-
f8l_exception/includes/inc_text_menu.php | 8 +++----
f8l_exception/includes/inc_validateLogin.php | 2 +-
4 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/f8l_exception/includes/inc_loggedin_text_menu.php b/f8l_exception/includes/inc_loggedin_text_menu.php
index f1e97d3..fa8bfca 100644
--- a/f8l_exception/includes/inc_loggedin_text_menu.php
+++ b/f8l_exception/includes/inc_loggedin_text_menu.php
@@ -1,15 +1,15 @@
-Home |
-Change Password |
-Logout
+Home |
+Change Password |
+Logout
-My Accounts |
-Deposit |
-Withdraw |
-Transfer |
-View Statement
+My Accounts |
+Deposit |
+Withdraw |
+Transfer |
+View Statement
-New Loan |
-New Account |
-Make Loan Payment
+New Loan |
+New Account |
+Make Loan Payment
\ No newline at end of file
diff --git a/f8l_exception/includes/inc_showAccounts.php b/f8l_exception/includes/inc_showAccounts.php
index d65fbf9..cc2665d 100644
--- a/f8l_exception/includes/inc_showAccounts.php
+++ b/f8l_exception/includes/inc_showAccounts.php
@@ -1,6 +1,6 @@
Unable to connect to the database server.
" . "Error code " . mysql_errno() . ": " . mysql_error() . "
";
diff --git a/f8l_exception/includes/inc_text_menu.php b/f8l_exception/includes/inc_text_menu.php
index cd7aea8..2af45cd 100644
--- a/f8l_exception/includes/inc_text_menu.php
+++ b/f8l_exception/includes/inc_text_menu.php
@@ -1,7 +1,7 @@
-Home |
-New Customer |
-Login
+Home |
+New Customer |
+Login
-Admin
\ No newline at end of file
+Admin
\ No newline at end of file
diff --git a/f8l_exception/includes/inc_validateLogin.php b/f8l_exception/includes/inc_validateLogin.php
index 0a25694..b1e4c7f 100644
--- a/f8l_exception/includes/inc_validateLogin.php
+++ b/f8l_exception/includes/inc_validateLogin.php
@@ -4,7 +4,7 @@
function validateLogin ($myusername,$mypassword) {
global $errorCount;
global $errorMessage;
- include f8l_exception/includes/inc_dbConnect.php;
+ include includes/inc_dbConnect.php;
mysql_select_db("$db_name")or die("cannot select DB");
// To protect MySQL injection (more detail about MySQL injection)