1. 21 Aug, 2015 23 commits
  2. 19 Aug, 2015 9 commits
  3. 18 Aug, 2015 4 commits
  4. 17 Aug, 2015 3 commits
  5. 14 Aug, 2015 1 commit
    • Manfred Kutas's avatar
      Merge pull request #2 in ZP/z-push from feature/ZP-632-allow-to-replace-config to develop · 119acfdc
      Manfred Kutas authored
      ZP-632
      
      * commit '61453208':
        Allow to create own entrypoint / index.php with unmodified z-push sources If you use composer or upstream git repo as sub-project you cant modify config.php to your needs. Patch allows to create an own index.php as follows: <?php define('ZPUSH_CONFIG', __DIR__.'/config.php'); $_SERVER['SCRIPT_FILENAME'] = realpath(__DIR__.'/../vendor/zarafa/zpush2/index.php'); chdir('../vendor/zarafa/zpush2'); include('../vendor/zarafa/zpush2/src/index.php');
      119acfdc