mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 01:12:41 +01:00
26bca41828
problems Summary: Detect more PHP misconfigurations in setup. Test Plan: Broke my configuration, ran setup, it seemed to detect all the problems and issue meaningful error messages. Reviewed By: jungejason Reviewers: hunterbridges, 10098, jungejason, tuomaspelkonen, aran CC: aran, jungejason Differential Revision: 717
23 lines
772 B
PHP
23 lines
772 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', 'filesystem/tempfile');
|
|
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');
|