constants.php 215 B

12345678910
  1. <?php
  2. // your local timezone, set to "" to disable or for GMT
  3. if (!defined('TIME_ZONE')) {
  4. define("TIME_ZONE", date("O", time()));
  5. }
  6. /**
  7. * Version string.
  8. */
  9. define("FEEDCREATOR_VERSION", "FeedCreator 1.8");