电脑技术学习

高级搜索存在问题

admin

高级搜索存在问题
打开 search.php

if(empty($starttime)) $starttime = -1;

改为

if(empty($starttime)||$starttime==-1) $starttime = -1;