version 3.23

pull/99/head 3.23
warlee 2016-10-11 20:23:21 +08:00
parent b70a500a61
commit 79a8484c19
5 changed files with 1117 additions and 541 deletions

View File

@ -1,3 +1,8 @@
### ver3.22 `2016/10/10`
-----
#### fix bug
- update adminer;
### ver3.22 `2016/8/10`
-----
#### update:

View File

@ -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);}

View File

@ -1,2 +1,2 @@
<?php
define('KOD_VERSION','3.22');
define('KOD_VERSION','3.23');

841
lib/plugins/adminer/adminer.css Executable file → Normal file

File diff suppressed because one or more lines are too long

804
lib/plugins/adminer/index.php Executable file → Normal file

File diff suppressed because one or more lines are too long