mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
remove old code
This commit is contained in:
parent
2f15d75508
commit
485d17b775
|
@ -33,17 +33,6 @@ if (!$user->isAdmin()) {
|
|||
}
|
||||
$rootfolder = $dms->getFolder($settings->_rootFolderID);
|
||||
|
||||
if(!empty($_GET['fromdate'])) {
|
||||
$from = makeTsFromLongDate($_GET['fromdate'].' 00:00:00');
|
||||
} else {
|
||||
$from = time()-7*86400;
|
||||
}
|
||||
if(!empty($_GET['todate'])) {
|
||||
$to = makeTsFromLongDate($_GET['todate'].' 23:59:59');
|
||||
} else {
|
||||
$to = time();
|
||||
}
|
||||
|
||||
if(isset($_GET['skip']))
|
||||
$skip = $_GET['skip'];
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue
Block a user