From 97efe8ebf973e682c0122bb4326f6d48d3e893fb Mon Sep 17 00:00:00 2001 From: mrdrogdrog <tilman.vatteroth@udo.edu> Date: Mon, 16 Nov 2015 17:51:43 +0100 Subject: [PATCH] =?UTF-8?q?keine=20passw=C3=B6rter=20in=20der=20standardco?= =?UTF-8?q?nfig!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- panels/mensaPlan/.gitignore | 1 + .../mensaPlan/{config.php => config.php.skel} | 60 +++++++++---------- 2 files changed, 31 insertions(+), 30 deletions(-) create mode 100644 panels/mensaPlan/.gitignore rename panels/mensaPlan/{config.php => config.php.skel} (77%) diff --git a/panels/mensaPlan/.gitignore b/panels/mensaPlan/.gitignore new file mode 100644 index 0000000..4f4773f --- /dev/null +++ b/panels/mensaPlan/.gitignore @@ -0,0 +1 @@ +config.php diff --git a/panels/mensaPlan/config.php b/panels/mensaPlan/config.php.skel similarity index 77% rename from panels/mensaPlan/config.php rename to panels/mensaPlan/config.php.skel index 59e1fdd..1d798cf 100644 --- a/panels/mensaPlan/config.php +++ b/panels/mensaPlan/config.php.skel @@ -1,30 +1,30 @@ -<?php -// Universal -$MENSA_URL = "http://www.stwdo.de/gastronomie/speiseplaene/hauptmensa/wochenansicht-hauptmensa/"; -$PARSE_DAYLIST = array ( - "montag", - "dienstag", - "mittwoch", - "donnerstag", - "freitag" -); -$DO_SQL = true; -$DO_JSON = true; - -// SQL -$SQL_SERVER = "ovanier.com"; -$SQL_USER = "info_writer"; -$SQL_PW = "XAHQTZeGbqsnt8K6"; -$SQL_DB = "infoscreen"; - -// JSON -$JSON_NAME = "mensaPlan.json"; -$JSON_INC_NR = false; -$JSON_INC_ORIGINAL = false; -$JSON_INC_SHORT = true; -$JSON_INC_ART = true; -$JSON_INC_KIND = false; -$JSON_INC_COUNTER = true; -$JSON_INC_STOFFE = false; -$JSON_INC_DATE = true; -?> \ No newline at end of file +<?php +// Universal +$MENSA_URL = "http://www.stwdo.de/gastronomie/speiseplaene/hauptmensa/wochenansicht-hauptmensa/"; +$PARSE_DAYLIST = array ( + "montag", + "dienstag", + "mittwoch", + "donnerstag", + "freitag" +); +$DO_SQL = true; +$DO_JSON = true; + +// SQL +$SQL_SERVER = ""; +$SQL_USER = ""; +$SQL_PW = ""; +$SQL_DB = ""; + +// JSON +$JSON_NAME = "mensaPlan.json"; +$JSON_INC_NR = false; +$JSON_INC_ORIGINAL = false; +$JSON_INC_SHORT = true; +$JSON_INC_ART = true; +$JSON_INC_KIND = false; +$JSON_INC_COUNTER = true; +$JSON_INC_STOFFE = false; +$JSON_INC_DATE = true; +?> -- GitLab