We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c19dbc + f2a45c3 commit 809e022Copy full SHA for 809e022
php/init-ee.php
@@ -4,9 +4,7 @@
4
define( 'EE', true );
5
define( 'EE_VERSION', trim( file_get_contents( EE_ROOT . '/VERSION' ) ) );
6
define( 'EE_START_MICROTIME', microtime( true ) );
7
-define( 'HOME', $_SERVER['HOME'] );
8
define( 'EE_CONF_ROOT', '/opt/easyengine' );
9
-define( 'EE_SITE_CONF_ROOT', EE_ROOT . '/ee4-config' );
10
11
if ( file_exists( EE_ROOT . '/vendor/autoload.php' ) ) {
12
define( 'EE_VENDOR_DIR', EE_ROOT . '/vendor' );
0 commit comments