action.php 79 B

12345678910
  1. <?php
  2. global $_,$conf;
  3. switch($_['action']){
  4. case 'test_load':
  5. break;
  6. }
  7. ?>