p006/api/php/core.php

27 lines
704 B
PHP
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
namespace core;
require_once MYDIR . '/api/php/db.php';
require_once MYDIR . '/api/php/clean.php';
/* ----------------------------------------------------------------------
06.11.2022
Старт НОВОГО ядра сайта
Все функции которые повторяются больше 1-го раза тут
---------------------------------------------------------------------- */
class core{
/* ----------------------------------------------------------------------
06.11.2022
Инициализация сайта
---------------------------------------------------------------------- */
public static function initCore(){
}
}
?>