mirror of
https://gitlab.com/ArkHost/WHMCS-ArkhostVPSAG.git
synced 2026-07-24 07:45:55 +02:00
initial commit
This commit is contained in:
@@ -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');
|
||||
?>
|
||||
Reference in New Issue
Block a user