bash/snippets/dokuwiki-2023-04-04/vendor/openpsa/universalfeedcreator/lib/constants.php

11 lines
215 B
PHP

<?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");