Проект ещё жив!

This commit is contained in:
2023-12-20 06:08:13 +03:00
parent a573faf5a1
commit 8d74a51937
23 changed files with 358 additions and 143 deletions

View File

@ -1,7 +1,10 @@
<?php
// Includes
require_once("_db.php");
if ($IS_FRONTEND)
require_once("api/_db.php");
else
require_once("_db.php");