diff options
| author | Horus3 | 2016-03-03 12:15:11 +0100 |
|---|---|---|
| committer | Horus3 | 2016-03-03 12:15:11 +0100 |
| commit | 5ef16cc4a33bad8efb5feb45d78f9843039e8fc3 (patch) | |
| tree | 71fec7561bcf9ac6356141a93e1969ebd40ce9c5 /intern/api/config.php | |
| parent | 7e967c88d60b821ee22f4d62bc6583d4025f0bad (diff) | |
| download | gospeladlershof.de-5ef16cc4a33bad8efb5feb45d78f9843039e8fc3.tar.gz | |
Bessere Fehlerbehandlung beim JSON erzeugen.
Diffstat (limited to 'intern/api/config.php')
| -rw-r--r-- | intern/api/config.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/intern/api/config.php b/intern/api/config.php new file mode 100644 index 0000000..728ff37 --- /dev/null +++ b/intern/api/config.php @@ -0,0 +1,3 @@ +<?php + +$json_file = __DIR__ . "/../json/termine.json"; |
