mirror of
https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2025-08-17 18:11:17 +08:00
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:
parent
2e67d29616
commit
bada203e9f
24 changed files with 24 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Project: UpdateAPI
|
||||
* Author: Vontainment <services@vontainment.com>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Project: UpdateAPI
|
||||
* Author: Vontainment <services@vontainment.com>
|
||||
|
|
|
@ -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
|
||||
{
|
||||
/**
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Project: UpdateAPI
|
||||
* Author: Vontainment <services@vontainment.com>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Project: UpdateAPI
|
||||
* Author: Vontainment <services@vontainment.com>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Project: UpdateAPI
|
||||
* Author: Vontainment <services@vontainment.com>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Project: UpdateAPI
|
||||
* Author: Vontainment <services@vontainment.com>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Project: UpdateAPI
|
||||
* Author: Vontainment <services@vontainment.com>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Project: UpdateAPI
|
||||
* Author: Vontainment <services@vontainment.com>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Project: UpdateAPI
|
||||
* Author: Vontainment <services@vontainment.com>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Project: UpdateAPI
|
||||
* Author: Vontainment <services@vontainment.com>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Project: UpdateAPI
|
||||
* Author: Vontainment <services@vontainment.com>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Project: UpdateAPI
|
||||
* Author: Vontainment <services@vontainment.com>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Project: UpdateAPI
|
||||
* Author: Vontainment <services@vontainment.com>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Project: UpdateAPI
|
||||
* Author: Vontainment <services@vontainment.com>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Project: UpdateAPI
|
||||
* Author: Vontainment <services@vontainment.com>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Project: UpdateAPI
|
||||
* Author: Vontainment <services@vontainment.com>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Project: UpdateAPI
|
||||
* Author: Vontainment <services@vontainment.com>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Project: UpdateAPI
|
||||
* Author: Vontainment <services@vontainment.com>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Project: UpdateAPI
|
||||
* Author: Vontainment <services@vontainment.com>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Project: UpdateAPI
|
||||
* Author: Vontainment <services@vontainment.com>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Project: UpdateAPI
|
||||
* Author: Vontainment <services@vontainment.com>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Project: UpdateAPI
|
||||
* Author: Vontainment <services@vontainment.com>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Project: UpdateAPI
|
||||
* Author: Vontainment <services@vontainment.com>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue