From 108bad2a99fbd71b74cff4fdf3c3b5aef8ace061 Mon Sep 17 00:00:00 2001 From: Shashank Srivastava Date: Tue, 7 Feb 2017 12:18:47 +0530 Subject: [PATCH] Update billHistory.php Modified pointer to homepage for compatibility with OpenShift. --- billHistory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/billHistory.php b/billHistory.php index 55f3b72..39c1662 100644 --- a/billHistory.php +++ b/billHistory.php @@ -40,7 +40,7 @@ function sdate(){ function home(){ - document.myForm.action="cabBills.html"; + document.myForm.action="index.html"; document.myForm.submit(); } function myresult(){