GITLAB

OTHER_COMPANY_PROJECTS / ota

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • ota
  • app-ht
  • modules
  • upgrade
  • Module.php
  • 6f8b7daa   app-ht(v1.8.6 build 8) ... Browse Code »
    1.版本管理功能实现
    曹明
    2019-10-29 21:33:15 +0800  
Module.php 249 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?php namespace app\ht\modules\upgrade;

/**
 * @author CM
 */
class Module extends \app\ht\modules\BaseModule
{
    public function init()
    {
        parent::init();

        $this->params['perm'] = require(__DIR__ . '/config/perm.php');
    }
}