CSVライブラリも削除

This commit is contained in:
2025-12-30 19:09:43 +09:00
parent 580ab9aabb
commit cb03343677
5 changed files with 1 additions and 229 deletions

View File

@@ -4,7 +4,6 @@ if (!CURL_ENABLED) define('ACTIVITYPUB_ENABLED', false);
enum LogType {
case ActivityPub;
case Auth;
case Csv;
case Mailer;
}
@@ -220,10 +219,6 @@ function logger(LogType $section, mixed $arg): void {
$logfile .= 'auth_log.text';
$success = true;
break;
case LogType::Csv:
$logfile .= 'csv_log.text';
$success = true;
break;
case LogType::Mailer:
$logfile .= 'mail_log.text';
$success = true;