inc_history.php 121 B

12345678
  1. <?php
  2. CURSCRIPT != 'wap' && exit('FORBIDDEN');
  3. define('CURSCRIPT', 'history');
  4. include mymps_tpl('member_history');
  5. ?>