Files
core/hwe/d_setting/UniqueConst.orig.php
T

10 lines
181 B
PHP

<?php
namespace sammo;
class UniqueConst{
public static $serverID = '_tK_serverID_';
public static $serverName = '_tK_serverName_';
private function __construct(){}
}