tethys/app/Constants/constants.php

6 lines
144 B
PHP
Raw Normal View History

<?php
// Define path to application directory
defined('APPLICATION_PATH')
|| define('APPLICATION_PATH', realpath(dirname(dirname(__FILE__))));