From a3ca59de099d04b849b368f5867dd79c52e0424a Mon Sep 17 00:00:00 2001 From: Horus Date: Tue, 27 Sep 2016 20:02:34 +0200 Subject: Fügt das Backend erneut hinzu. --- intern.gospeladlershof.de/code/db.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 intern.gospeladlershof.de/code/db.php (limited to 'intern.gospeladlershof.de/code/db.php') diff --git a/intern.gospeladlershof.de/code/db.php b/intern.gospeladlershof.de/code/db.php new file mode 100644 index 0000000..8385ed5 --- /dev/null +++ b/intern.gospeladlershof.de/code/db.php @@ -0,0 +1,25 @@ +getMessage()); + + unset($dsn); + unset($db_user); + unset($db_passwd); + + return false; + } + $db->exec('SET CHARACTER SET utf8'); + + unset($dsn); + unset($db_user); + unset($db_passwd); + + return $db; +} + -- cgit v1.2.3