79b51e93e7
- max identifiers and reciords via config - add constants.php - add clear-expired command for deleting obsolete cache
6 lines
144 B
PHP
6 lines
144 B
PHP
<?php
|
|
|
|
// Define path to application directory
|
|
defined('APPLICATION_PATH')
|
|
|| define('APPLICATION_PATH', realpath(dirname(dirname(__FILE__))));
|