initial commit

This commit is contained in:
Yuri
2025-11-13 00:58:17 +01:00
commit 6edebcd5b1
46 changed files with 7246 additions and 0 deletions
@@ -0,0 +1,13 @@
<?php
/**
* WHMCS Server Module - VPSAG
*
* @package WHMCS
* @copyright Copyright (c) ArkHost 2025
* @author ArkHost <support@arkhost.com>
* @link https://arkhost.com
*/
http_response_code(403);
exit('Access denied');
?>