7 lines
94 B
PHP
7 lines
94 B
PHP
<?php
|
|
|
|
|
|
if (! defined('APP_ROOT')) {
|
|
define('APP_ROOT', realpath(__DIR__ . '/../../'));
|
|
}
|