mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-14 02:42:40 +01:00
f2efdd07a7
Summary: remove accessing the db config info directly. Use DatabaseConfigurationProvider instead. Also fixed a minor issue where different number of newlines are output in PhabricatorSetup.php's output. Test Plan: executed upgrade_schema.php; executed PhabricatorSetup.php by setting 'phabricator.setup' to true. Reviewed By: epriestley Reviewers: epriestley CC: aran, jungejason, epriestley Differential Revision: 443
22 lines
716 B
PHP
22 lines
716 B
PHP
<?php
|
|
/**
|
|
* This file is automatically generated. Lint this module to rebuild it.
|
|
* @generated
|
|
*/
|
|
|
|
|
|
|
|
phutil_require_module('phabricator', 'applications/base/storage/configuration');
|
|
phutil_require_module('phabricator', 'infrastructure/env');
|
|
phutil_require_module('phabricator', 'infrastructure/setup/sql');
|
|
phutil_require_module('phabricator', 'storage/connection/mysql');
|
|
phutil_require_module('phabricator', 'storage/queryfx');
|
|
|
|
phutil_require_module('phutil', 'filesystem');
|
|
phutil_require_module('phutil', 'future/exec');
|
|
phutil_require_module('phutil', 'moduleutils');
|
|
phutil_require_module('phutil', 'parser/uri');
|
|
phutil_require_module('phutil', 'utils');
|
|
|
|
|
|
phutil_require_source('PhabricatorSetup.php');
|