Go to the source code of this file.
|
| $dbaccess = $action->GetParam("FREEDOM_DB") |
|
if($dbaccess=="") | $duration = intval($action->GetParam("CORE_LOGDURATION", 60)) |
|
| $logdelete = sprintf("DELETE FROM doclog where date < '%s'", Doc::getDate(-($duration))) |
|
print $logdelete | n |
|
global | $_SERVER |
|
| $dir = dirname($_SERVER["argv"][0]) |
|
| $real = (getHttpVars("real") == "yes") |
|
| $dbfreedom = getServiceName($dbaccess) |
|
$dbaccess = $action->GetParam("FREEDOM_DB") |
$dir = dirname($_SERVER["argv"][0]) |
if ($dbaccess=="") $duration = intval($action->GetParam("CORE_LOGDURATION", 60)) |
$logdelete = sprintf("DELETE FROM doclog where date < '%s'", Doc::getDate(-($duration))) |
$real = (getHttpVars("real") == "yes") |