• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/classes/general/user.php
  • Класс: CAllUser
  • Вызов: CAllUser::AuthActionsCleanUpAgent
static function AuthActionsCleanUpAgent()
{
	$date = new MainTypeDateTime();
	$date->add("-1D");
	MainUserAuthActionTable::deleteByFilter([" $date]);
	return 'CUser::AuthActionsCleanUpAgent();';
}