remove duplicate system init

This commit is contained in:
Ulf Gebhardt 2024-02-25 06:14:51 +01:00
parent e33d48497b
commit bca93c406f
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
4 changed files with 0 additions and 8 deletions

View File

@ -1,7 +1,5 @@
<?php
require_once 'index.inc';
\SYSTEM\system::start(\WEBCRAFT\config(dirname(__FILE__)));
echo \SYSTEM\API\api::run('\SYSTEM\API\verify','api_buergerkomitee',array_merge($_POST,$_GET));
new \SYSTEM\LOG\COUNTER("API was called sucessfully.");

View File

@ -1,7 +1,5 @@
<?php
require_once 'index.inc';
\SYSTEM\system::start(\WEBCRAFT\config(dirname(__FILE__)));
echo \SYSTEM\API\api::run('\SYSTEM\API\verify', 'page_buergerkomitee', array_merge($_POST,$_GET), 1, false, true);
new \SYSTEM\LOG\COUNTER("Page was called sucessfully.");

View File

@ -1,6 +1,4 @@
<?php
require_once 'index.inc';
\SYSTEM\system::start(\WEBCRAFT\config(dirname(__FILE__)));
echo (new SYSTEM\SAI\sai_gui())->html();

View File

@ -1,6 +1,4 @@
<?php
require_once 'index.inc';
\SYSTEM\system::start(\WEBCRAFT\config(dirname(__FILE__)));
echo \SYSTEM\SQL\setup::install();