mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-12-02 11:42:41 +01:00
d8f660ec6f
Summary: Ref T13098. Currently, it lives in `init-script.php`. Move it to a separate file for similarity with `support/PhabricatorStartup.php`. Two small changes here: - `dirname(dirname(...))` adjustments for new path. - Remove `memory_limit(-1)`, this is adjusted by the libphutil init script already. Test Plan: Ran `arc`. Reviewers: amckinley Reviewed By: amckinley Maniphest Tasks: T13098 Differential Revision: https://secure.phabricator.com/D19687
3 lines
88 B
PHP
3 lines
88 B
PHP
<?php
|
|
|
|
require_once dirname(dirname(dirname(__FILE__))).'/support/ArcanistRuntime.php';
|