$mare_logid = file("/usr/local/ispconfig/addons/2mailgate/lastid") ;
$tmp_rec = $app->dbmaster->queryOneRecord("SELECT datalog_id from sys_datalog where dbtable like 'mail_%' order by datalog_id desc limit 1");
$mare_globallogid = $tmp_rec['datalog_id'] ;
if ($mare_globallogid>trim($mare_logid[0]))
{
$fp = fopen("/usr/local/ispconfig/addons/2mailgate/lastid",w) ;
fputs($fp,$mare_globallogid) ;
fclose($fp) ;
include("/usr/local/ispconfig/addons/2mailgate/gen.php") ;
}
Wir verwenden essentielle Cookies, damit diese Website funktioniert, und optionale Cookies, um den Komfort bei der Nutzung zu verbessern.
Siehe weitere Informationen und konfiguriere deine Einstellungen