CSVライブラリも削除
This commit is contained in:
5
util.php
5
util.php
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user