Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Toyo committed Mar 24, 2017
1 parent f875497 commit 1ea2fde
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -59,6 +59,12 @@ sed -i 's/,scandir//g' /usr/local/php/etc/php.ini

我也不知道该给这个功能起什么名字,好捉急偶。

使用这个功能,需要打开` resources\themes\bootstrap\index.php `文件,找到第五行的:
``` bash
$md_path = explode("pw", $md_path_all);
```
` pw `改成你的域名后缀(比如` xxx.com `就是改成` com `),当初只是自用,现在一公开开源,我给忘了。

反正就是每个文件夹下面放一个` README.html `文件,这个文件里写着 简介说明内容即可。

为了避免中文乱码,把` README.html `文件用 UTF-8无BOM编码 保存!
Expand Down

0 comments on commit 1ea2fde

Please sign in to comment.