From 3fc505c312800cb6e4f8eca3cdb9855d340b4000 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Thu, 18 Sep 2014 16:53:44 +0200 Subject: fixed invalid html --- public_html/class/mysql.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'public_html/class/mysql.php') diff --git a/public_html/class/mysql.php b/public_html/class/mysql.php index 0031eec..d0c6949 100644 --- a/public_html/class/mysql.php +++ b/public_html/class/mysql.php @@ -12,7 +12,7 @@ class vfsdb { try { $this->db = new mysqli(DBHOST, DBUSER, DBPASSWORD, DBNAME); } catch (Exception $e){ - failure($e->getMessage(), '
500 Server Failure
', false, '".$e->getMessage()."
", '500 Server Failure', false, 'Can't set UTF-8 as a charset on your MySQL server.
" , '500 Server Failure', false, "Can't set " . DBCHARSET . " as the charset on your MySQL server.
" , '500 Server Failure', false, "Setting up the database failed.
", '500 Server Failure', false, "There was a problem during bootstrapping the database schema. " . $this->db->error . "
", '500 Server Failure', false, "