From e166557e7880ca53bf26db73e5000627ce13723a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=92=8Cuser=2Eemail?= <975336710@qq.com>
Date: Mon, 13 Apr 2020 21:05:54 +0800
Subject: [PATCH] Debug.fix obvious bug.DaiZerong 201732120115
---
Connect.php | 2 +-
Footer.php | 2 +-
Script.php | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Connect.php b/Connect.php
index d82d890..f4b2c85 100644
--- a/Connect.php
+++ b/Connect.php
@@ -13,7 +13,7 @@
// Check connection
if ($con->connect_error) {
- die("Database Connection failed: " . $conn->connect_error);
+ die("Database Connection failed: " . $con->connect_error);
}
// else
// {
diff --git a/Footer.php b/Footer.php
index e5d9935..fbc317b 100644
--- a/Footer.php
+++ b/Footer.php
@@ -18,6 +18,6 @@
-