• Ralf Becker's avatar
    Allow to create own entrypoint / index.php with unmodified z-push sources · 61453208
    Ralf Becker authored
    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');
    61453208
Name
Last commit
Last update
..
autodiscover Loading commit data...
backend Loading commit data...
include Loading commit data...
lib Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
config.php Loading commit data...
index.php Loading commit data...
version.php Loading commit data...
z-push-admin.php Loading commit data...
z-push-top.php Loading commit data...