dockerwiki/content/vendor/openpsa/universalfeedcreator/lib/constants.php

11 lines
215 B
PHP
Raw Permalink Normal View History

2021-10-26 13:02:53 +02:00
<?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");