jenchih / UcenterPro

修改官网的Ucenter, 支持PHP7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ucenter PHP7

Total Downloads License

改动

/install/index.php

  • 12 ini_set('set_magic_quotes_runtime',0);

  • 43 删除 短标签判断

更改所有的mysql 成mysqli

  • /api/dbbak.php

/install/var.inc.php

  • 72
 $func_items = array('mysqli_connect', 'gethostbyname', 'file_get_contents', 'xml_parser_create');

/model/base.php

  • 95 require_once UC_ROOT.'lib/dbi.class.php';

About

修改官网的Ucenter, 支持PHP7


Languages

Language:PHP 72.2%Language:HTML 19.7%Language:JavaScript 4.3%Language:CSS 3.9%