[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/vendor/openpsa/universalfeedcreator/lib/ -> constants.php (source)

   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  /**
   8   * Version string.
   9   */
  10  define("FEEDCREATOR_VERSION", "FeedCreator 1.8");