summaryrefslogtreecommitdiff
path: root/platform/www/vendor/openpsa/universalfeedcreator/lib/constants.php
diff options
context:
space:
mode:
Diffstat (limited to 'platform/www/vendor/openpsa/universalfeedcreator/lib/constants.php')
-rw-r--r--platform/www/vendor/openpsa/universalfeedcreator/lib/constants.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/platform/www/vendor/openpsa/universalfeedcreator/lib/constants.php b/platform/www/vendor/openpsa/universalfeedcreator/lib/constants.php
new file mode 100644
index 0000000..146c189
--- /dev/null
+++ b/platform/www/vendor/openpsa/universalfeedcreator/lib/constants.php
@@ -0,0 +1,10 @@
+<?php
+// your local timezone, set to "" to disable or for GMT
+if (!defined('TIME_ZONE')) {
+ define("TIME_ZONE", date("O", time()));
+}
+
+/**
+ * Version string.
+ */
+define("FEEDCREATOR_VERSION", "FeedCreator 1.8");