stop.php 179 B

123456789
  1. <?php
  2. /**
  3. * tt管理工具
  4. * 作者:于斌
  5. */
  6. #关闭ttserver服务
  7. $config['lang'] = '关闭';
  8. $config['oper'] = 'stop';
  9. if(!$config['name']) include('service.php');