From e5a172ed69f41098719cbe2be3f173b1d3f9ac65 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Wed, 2 Mar 2016 23:27:49 +0100 Subject: Fügt die PHP API hinzu. Diesmal mit richtigen Umlauten. :) --- intern/api/db.php | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 intern/api/db.php (limited to 'intern/api/db.php') diff --git a/intern/api/db.php b/intern/api/db.php new file mode 100644 index 0000000..9521148 --- /dev/null +++ b/intern/api/db.php @@ -0,0 +1,8 @@ +exec('SET CHARACTER SET utf8'); + +unset($dsn); +unset($db_user); +unset($db_passwd); -- cgit v1.2.3