|
@@ -20,7 +20,15 @@ if (!defined('WHMCS')) {
|
|
|
const NS1 = '185.163.51.142';
|
|
const NS1 = '185.163.51.142';
|
|
|
const NS2 = '185.178.193.125';
|
|
const NS2 = '185.178.193.125';
|
|
|
|
|
|
|
|
-opcache_invalidate("/Services/Internet/html/modules/servers/cwp7/cwp7.php", $force = false);
|
|
|
|
|
|
|
+if(opcache_is_script_cached("/Services/Internet/html/modules/servers/cwp7/cwp7.php")) {
|
|
|
|
|
+ logModuleCall(
|
|
|
|
|
+ 'cwp7',
|
|
|
|
|
+ __FUNCTION__,
|
|
|
|
|
+ '',
|
|
|
|
|
+ 'debug',
|
|
|
|
|
+ 'cached'
|
|
|
|
|
+ );
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
function cwp7_MetaData() {
|
|
function cwp7_MetaData() {
|
|
|
return array(
|
|
return array(
|