2022-03-31 10:44:01 +02:00

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