Skip to content
  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in
Logo1

hfpp2012 / docker-for-discuz

Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • docker-for-discuz
  • discuz
  • html
  • cp.php
  • terryshi's avatar
    update · bce7c74e
    terryshi committed Mar 01, 2017
    bce7c74e
cp.php 253 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11
<?php
/**
 *      [Discuz!] (C)2001-2099 Comsenz Inc.
 *      This is NOT a freeware, use is subject to license terms
 *
 *      $Id: cp.php 9379 2010-04-28 07:30:09Z zhengqingpeng $
 */

$_GET['mod'] = 'manage';
require_once 'userapp.php';
?>