@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 157 B view raw
1<?php 2 3// Initialize a standard script. 4 5require_once dirname(__FILE__).'/lib.php'; 6 7init_phabricator_script( 8 array( 9 'config.optional' => false, 10 ));