modified: update-api/app/Controllers/AuthController.php

modified:   update-api/app/Controllers/HomeController.php
	modified:   update-api/app/Controllers/LogsController.php
	modified:   update-api/app/Controllers/PluginsController.php
	modified:   update-api/app/Controllers/ThemesController.php
	modified:   update-api/app/Core/AuthMiddleware.php
	modified:   update-api/app/Core/Controller.php
	modified:   update-api/app/Core/ErrorHandler.php
	modified:   update-api/app/Core/Router.php
	modified:   update-api/app/Core/UtilityHandler.php
	modified:   update-api/app/Models/HostsModel.php
	modified:   update-api/app/Models/LogModel.php
	modified:   update-api/app/Models/PluginModel.php
	modified:   update-api/app/Models/ThemeModel.php
	modified:   update-api/app/Views/home.php
	modified:   update-api/app/Views/layouts/footer.php
	modified:   update-api/app/Views/layouts/header.php
	modified:   update-api/app/Views/login.php
	modified:   update-api/app/Views/logs.php
	modified:   update-api/app/Views/plupdate.php
	modified:   update-api/app/Views/thupdate.php
	modified:   update-api/config.php
	modified:   update-api/public/api.php
	modified:   update-api/public/index.php
This commit is contained in:
nikolai@vontainment.com 2025-07-07 03:21:43 -04:00
parent 2e67d29616
commit bada203e9f
24 changed files with 24 additions and 3 deletions

View file

@ -1,4 +1,5 @@
<?php
/**
* Project: UpdateAPI
* Author: Vontainment <services@vontainment.com>

View file

@ -1,4 +1,5 @@
<?php
/**
* Project: UpdateAPI
* Author: Vontainment <services@vontainment.com>

View file

@ -1,4 +1,5 @@
<?php
/**
* Project: UpdateAPI
* Author: Vontainment <services@vontainment.com>
@ -12,9 +13,6 @@
namespace App\Controllers;
use App\Core\UtilityHandler;
use App\Core\ErrorHandler;
class LogsController
{
/**

View file

@ -1,4 +1,5 @@
<?php
/**
* Project: UpdateAPI
* Author: Vontainment <services@vontainment.com>

View file

@ -1,4 +1,5 @@
<?php
/**
* Project: UpdateAPI
* Author: Vontainment <services@vontainment.com>

View file

@ -1,4 +1,5 @@
<?php
/**
* Project: UpdateAPI
* Author: Vontainment <services@vontainment.com>

View file

@ -1,4 +1,5 @@
<?php
/**
* Project: UpdateAPI
* Author: Vontainment <services@vontainment.com>

View file

@ -1,4 +1,5 @@
<?php
/**
* Project: UpdateAPI
* Author: Vontainment <services@vontainment.com>

View file

@ -1,4 +1,5 @@
<?php
/**
* Project: UpdateAPI
* Author: Vontainment <services@vontainment.com>

View file

@ -1,4 +1,5 @@
<?php
/**
* Project: UpdateAPI
* Author: Vontainment <services@vontainment.com>

View file

@ -1,4 +1,5 @@
<?php
/**
* Project: UpdateAPI
* Author: Vontainment <services@vontainment.com>

View file

@ -1,4 +1,5 @@
<?php
/**
* Project: UpdateAPI
* Author: Vontainment <services@vontainment.com>

View file

@ -1,4 +1,5 @@
<?php
/**
* Project: UpdateAPI
* Author: Vontainment <services@vontainment.com>

View file

@ -1,4 +1,5 @@
<?php
/**
* Project: UpdateAPI
* Author: Vontainment <services@vontainment.com>

View file

@ -1,4 +1,5 @@
<?php
/**
* Project: UpdateAPI
* Author: Vontainment <services@vontainment.com>

View file

@ -1,4 +1,5 @@
<?php
/**
* Project: UpdateAPI
* Author: Vontainment <services@vontainment.com>

View file

@ -1,4 +1,5 @@
<?php
/**
* Project: UpdateAPI
* Author: Vontainment <services@vontainment.com>

View file

@ -1,4 +1,5 @@
<?php
/**
* Project: UpdateAPI
* Author: Vontainment <services@vontainment.com>

View file

@ -1,4 +1,5 @@
<?php
/**
* Project: UpdateAPI
* Author: Vontainment <services@vontainment.com>

View file

@ -1,4 +1,5 @@
<?php
/**
* Project: UpdateAPI
* Author: Vontainment <services@vontainment.com>

View file

@ -1,4 +1,5 @@
<?php
/**
* Project: UpdateAPI
* Author: Vontainment <services@vontainment.com>

View file

@ -1,4 +1,5 @@
<?php
/**
* Project: UpdateAPI
* Author: Vontainment <services@vontainment.com>

View file

@ -1,4 +1,5 @@
<?php
/**
* Project: UpdateAPI
* Author: Vontainment <services@vontainment.com>

View file

@ -1,4 +1,5 @@
<?php
/**
* Project: UpdateAPI
* Author: Vontainment <services@vontainment.com>