서버 버전 추가

This commit is contained in:
2018-04-01 03:55:28 +09:00
parent dbc877023b
commit 3eb0f22439
3 changed files with 41 additions and 5 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace sammo;
class VersionGit{
public static $version = '_tK_verionGit_';
private function __construct(){}
}