workorder.php 404 B

12345678910
  1. <?php
  2. defined('BASEPATH') OR exit('No direct script access allowed');
  3. $config['sys_name'] = '安全感知平台响应处置工单系统';
  4. $config['key_length'] = 40;
  5. $config['headers'] = array(
  6. 'Access-Control-Allow-Origin: *',
  7. 'Access-Control-Request-Method: GET, POST, PUT, DELETE, OPTIONS',
  8. 'Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept, Authorization',
  9. );