* change for zui css.

This commit is contained in:
wangyidong
2018-03-06 13:59:40 +08:00
parent 816e5d1ff9
commit ad797236c4
2 changed files with 1 additions and 9 deletions
-8
View File
@@ -162,11 +162,3 @@ function formatTime($time, $format = '')
if($format) return date($format, strtotime($time));
return trim($time);
}
function __autoload($class)
{
if(!class_exists($class))
{
if($class == 'post_max_size' or $class == 'max_input_vars') eval('class ' . $class . ' {};');
}
}
File diff suppressed because one or more lines are too long