renamed index.inc to autoload.inc to match standarts
This commit is contained in:
parent
4e1f516669
commit
72624c2c4a
2
api.php
2
api.php
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
require_once 'index.inc';
|
||||
require_once 'autoload.inc';
|
||||
|
||||
echo \SYSTEM\API\api::run(\SYSTEM\API\verify::class,api_wecker_manufaktur::class,array_merge($_POST,$_GET));
|
||||
new \SYSTEM\LOG\COUNTER("API was called sucessfully.");
|
||||
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
include 'index.inc';
|
||||
include 'autoload.inc';
|
||||
|
||||
echo \SYSTEM\API\api::run('\SYSTEM\API\verify', page_wecker_manufaktur::class, array_merge($_POST,$_GET), 1, false, true);
|
||||
new \SYSTEM\LOG\COUNTER("Page was called sucessfully.");
|
||||
2
sai.php
2
sai.php
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
include 'index.inc';
|
||||
include 'autoload.inc';
|
||||
|
||||
echo (new \SYSTEM\SAI\sai_gui())->html();
|
||||
Loading…
x
Reference in New Issue
Block a user