HEX
Server: Apache
System: Linux sg241.singhost.net 2.6.32-896.16.1.lve1.4.51.el6.x86_64 #1 SMP Wed Jan 17 13:19:23 EST 2018 x86_64
User: honghock (909)
PHP: 8.0.30
Disabled: passthru,system,shell_exec,show_source,exec,popen,proc_open
Upload Files
File: //opt/cpanel/ea-php54/root/usr/share/pear/RVSeagullMod/lib/RVSGL/CpHandle/TryoutLibs/Cpanel.php
<?php

require_once dirname(__FILE__) .  '/InterfaceForTryoutLibs.php';

/*
 * การทำงาน CpHandel จะเรียกหาไฟล์ตามชนิดของ Panel ให้ config ตอนสร้าง Tryout 
 * วิธีสร้าง TryoutLibs สำหรับ Panel อื่นๆ ให้ตั้งชื่อไฟล์ ตามชื่อ Panel โดยตัวแรกเป็นตัวใหญ่ ที่เหลือเล็กหมด
 * ชื่อ class ให้ใช้แบบเดียวกันหมด คือ
 * class CpHandle_TryoutLibs extends CpHandle implements CpHandle_InterfaceForTryoutLibs
 */
class CpHandle_TryoutLibs extends CpHandle implements CpHandle_InterfaceForTryoutLibs
{
	public function CpHandle_TryoutLibs()
	{
		
		
		
		
	}
	
	
	
	
}