generovane subory apilite,

fix globalnych $_SERVER v konfiguracii
This commit is contained in:
2026-02-09 07:48:07 +01:00
parent d9a283cfdf
commit e59bfc26a0
8 changed files with 46 additions and 9 deletions

11
backend/src/API.php Normal file
View File

@ -0,0 +1,11 @@
<?php
namespace TPsoft\Nutrio;
require_once __DIR__.'/Init.php';
use TPsoft\APIlite\APIlite;
class API extends APIlite {
}

View File

@ -2,7 +2,6 @@
require __DIR__ . '/../vendor/autoload.php';
use \Exception;
use \TPsoft\DBmodel\DBmodel;
use \TPsoft\Nutrio\Maintenance;

View File

@ -1,6 +1,6 @@
<?php
namespace TPsoft\Nutrio\;
namespace TPsoft\Nutrio;
class Maintenance extends \TPsoft\DBmodel\Maintenance
{