FYCDC-Germ / hdphp Public forked from shuijingjs/hdphp Notifications Fork 1 Star 0 Code Pull requests Actions Projects Security Insights Files master .idea hdphp manual .gitignore LICENSE README.md htaccess.txt index.php Breadcrumbs hdphp / index.php Latest commit houdunwangxj@gmail...
if ($data = M('addons')->where(array('name' => $this->addonName))->find()) { $config = unserialize($data['config']); } if (empty($data)) { if (is_file($this->configFile)) { $data = require $this->configFile; $config = array(); foreach ($data as $name => $v)...