summaryrefslogtreecommitdiff
path: root/inc/config.php
diff options
context:
space:
mode:
authorHorus2021-01-14 12:09:21 +0100
committerHorus2021-01-14 12:09:21 +0100
commit983167172a7995acc86c6bd05ea4c268845f1ffe (patch)
tree169054e132b19b21fdef1860f830d176c110d050 /inc/config.php
parent5269a15bcffe0a5084092fc61f445c0bee588baa (diff)
downloadzeitumstellung-983167172a7995acc86c6bd05ea4c268845f1ffe.tar.gz
Reimplement in vanilla PHP.
Diffstat (limited to 'inc/config.php')
-rw-r--r--inc/config.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/inc/config.php b/inc/config.php
new file mode 100644
index 0000000..ab5b7ff
--- /dev/null
+++ b/inc/config.php
@@ -0,0 +1,8 @@
+<?php
+
+date_default_timezone_set("Europe/Berlin");
+
+define("APP_NAME", "Zeitumstellung");
+define("APP_BASE", "zeitumstellung.iamfabulous.de");
+define("APP_SCHEME", "https://");
+define("APP_URL", APP_SCHEME . APP_BASE);