restart.php 227 B

12345678910
  1. <?php
  2. /**
  3. * tt管理工具
  4. * 作者:于斌
  5. */
  6. #重启
  7. $config['lang'] = '重启';
  8. $config['no'] = 'yes';
  9. $config['oper'] = 'restart';
  10. include(str_replace('daemon', '', dirname(__FILE__)) . '/service/service.php');