Skip to content
Snippets Groups Projects
Commit 98844378 authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

test

parent 97efe8eb
No related branches found
No related tags found
No related merge requests found
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
// Universal // Universal
$MENSA_URL = "http://www.stwdo.de/gastronomie/speiseplaene/hauptmensa/wochenansicht-hauptmensa/"; $MENSA_URL = "http://www.stwdo.de/gastronomie/speiseplaene/hauptmensa/wochenansicht-hauptmensa/";
$PARSE_DAYLIST = array ( $PARSE_DAYLIST = array (
"montag", "montag",
"dienstag", "dienstag",
"mittwoch", "mittwoch",
"donnerstag", "donnerstag",
"freitag" "freitag"
); );
$DO_SQL = true; $DO_SQL = true;
$DO_JSON = true; $DO_JSON = true;
...@@ -28,3 +28,8 @@ $JSON_INC_COUNTER = true; ...@@ -28,3 +28,8 @@ $JSON_INC_COUNTER = true;
$JSON_INC_STOFFE = false; $JSON_INC_STOFFE = false;
$JSON_INC_DATE = true; $JSON_INC_DATE = true;
?> ?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment