优化安装教程

This commit is contained in:
2020-04-15 18:23:14 +08:00
parent 69f8f61e5b
commit 0d1f273e66

View File

@@ -114,6 +114,9 @@ function showmsg(msg, classname){
$('div#show-list').append('<li class="list-group-item text-'+classname+'">'+msg+'</li>');
}
</script>
<style type="text/css">
caption h3{font-size: 16px; font-weight: bold; color: #333333;}
</style>
</head>
<body class="hold-transition skin-blue layout-top-nav">
@@ -544,6 +547,7 @@ function check_func(){
array('pdo','支持','success','类'),
array('pdo_mysql','支持','success','模块'),
array('file_get_contents', '支持', 'success','函数'),
array('file_put_contents', '支持', 'success','函数'),
array('mb_strlen', '支持', 'success','函数'),
);