mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-02-02 12:39:31 +01:00
9 lines
215 B
PHP
9 lines
215 B
PHP
<?php
|
|
|
|
date_default_timezone_set('Europe/Moscow');
|
|
|
|
require dirname(__FILE__) . DIRECTORY_SEPARATOR . 'vesta/core/utils/error_logger.php';
|
|
require dirname(__FILE__) . DIRECTORY_SEPARATOR . 'vesta/app.init.php';
|
|
|
|
?>
|