@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
at recaptime-dev/main 10 lines 263 B view raw
1<?php 2 3require_once dirname(__FILE__).'/lib.php'; 4 5init_phabricator_script( 6 array( 7 // NOTE: We allow aphlict to start with no database, because it's 8 // reasonable to isolate the notification server from other hosts. 9 'config.optional' => true, 10 ));