moneytype.inc.php 82 B

12345678910
  1. <?php
  2. if (!defined('IN_MYMPS')) {
  3. exit('FORBIDDEN');
  4. }
  5. $moneytype = '元';
  6. ?>