Code cleanup on different API GET calls.

This commit is contained in:
2026-06-14 23:15:24 +02:00
parent db377bcc08
commit f2383e1c86
5 changed files with 3 additions and 22 deletions

View File

@@ -6,7 +6,6 @@ session_start();
require_once $_SERVER['DOCUMENT_ROOT'] . '/api/classes/API_companies.php';
# Check permissions
$API_companies = new API_companies();