cp.php 243 B

1234567891011
  1. <?php
  2. /**
  3. * [Discuz!] (C)2001-2099 Comsenz Inc.
  4. * This is NOT a freeware, use is subject to license terms
  5. *
  6. * $Id: cp.php 9379 2010-04-28 07:30:09Z zhengqingpeng $
  7. */
  8. $_GET['mod'] = 'manage';
  9. require_once 'userapp.php';
  10. ?>