Skip to content

Commit

Permalink
version 3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
kalcaddle committed Oct 11, 2016
1 parent b70a500 commit 79a8484
Show file tree
Hide file tree
Showing 5 changed files with 1,119 additions and 543 deletions.
7 changes: 6 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### ver3.22 `2016/10/10`
-----
#### fix bug
- update adminer;

### ver3.22 `2016/8/10`
-----
#### update:
Expand Down Expand Up @@ -614,4 +619,4 @@
- 修复文件右键菜单位置出错问题
- 修复ie下frame js相互通信问题
- ajax更新文件列表下,各种bug修复。进一步提升操作友好性
- 修复当前目录改变的情况下,播放器消失的问题。现在能使播放器始终保留
- 修复当前目录改变的情况下,播放器消失的问题。现在能使播放器始终保留
2 changes: 1 addition & 1 deletion config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@set_time_limit(600);//10min pathInfoMuti,search,upload,download...
@ini_set('session.cache_expire',600);
@ini_set("display_errors","on");
@error_reporting(E_ERROR|E_WARNING|E_PARSE);
@error_reporting(E_ERROR|E_PARSE);
//error_reporting(E_ALL);

function P($path){return str_replace('\\','/',$path);}
Expand Down
2 changes: 1 addition & 1 deletion config/version.php
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?php
define('KOD_VERSION','3.22');
define('KOD_VERSION','3.23');
847 changes: 708 additions & 139 deletions lib/plugins/adminer/adminer.css
100755 → 100644

Large diffs are not rendered by default.

804 changes: 403 additions & 401 deletions lib/plugins/adminer/index.php
100755 → 100644

Large diffs are not rendered by default.

0 comments on commit 79a8484

Please sign in to comment.