<?php
/* 初始化参数配置
* 根据需要进行修改
**/
class Config
{
//当前运行用户的id号
public $userid=3144;
public $versionTable='en.mdversion';
public $changelog='update the translation';
}