9 lines
130 B
PHP
9 lines
130 B
PHP
<?php
|
|
namespace sammo;
|
|
|
|
class UniqueConst{
|
|
public static $serverID = '_tK_serverID_';
|
|
|
|
private function __construct(){}
|
|
|
|
} |