mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-01 07:15:29 +00:00
12 lines
225 B
PHP
Executable File
12 lines
225 B
PHP
Executable File
<?php
|
|
|
|
/**
|
|
* Инициализация подключей ко всем БД и подключение моделей
|
|
*
|
|
* @author Zmi
|
|
*/
|
|
|
|
|
|
require_once BASEPATH . 'lib/Db/Db.php';
|
|
new Db();
|
|
?>
|