start.php 224 B

123456789
  1. <?php
  2. /**
  3. * tt管理工具
  4. * 作者:于斌
  5. */
  6. #开启ttserver服务 只有开启功能,重启请使用restart
  7. $config['lang'] = '开启';
  8. $config['oper'] = 'start';
  9. if(!$config['name']) include('service.php');