parent
b70a500a61
commit
79a8484c19
|
@ -1,3 +1,8 @@
|
|||
### ver3.22 `2016/10/10`
|
||||
-----
|
||||
#### fix bug
|
||||
- update adminer;
|
||||
|
||||
### ver3.22 `2016/8/10`
|
||||
-----
|
||||
#### update:
|
||||
|
|
|
@ -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);}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
<?php
|
||||
define('KOD_VERSION','3.22');
|
||||
define('KOD_VERSION','3.23');
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue