blob: 146c1897fd3ecd9c6628966f119b4c2452ff1a33 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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");
|