mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-02-02 20:49:28 +01:00
7 lines
169 B
PHP
7 lines
169 B
PHP
<?php
|
|
|
|
require dirname(__FILE__) . DIRECTORY_SEPARATOR . 'vesta/core/utils/error_logger.php'
|
|
require dirname(__FILE__) . DIRECTORY_SEPARATOR . 'vesta/app.init.php';
|
|
|
|
?>
|