CSVライブラリも削除
This commit is contained in:
@@ -21,22 +21,12 @@ define('FEDIINFO', [
|
||||
'pubkey' => ROOT.'/public/static/pub.pem',
|
||||
'privkey' => ROOT.'/data/priv.pem',
|
||||
]);
|
||||
define('DBINFO', [
|
||||
'host' => 'localhost',
|
||||
'username' => 'littlebeast',
|
||||
'password' => '',
|
||||
'dbname' => 'littlebeast',
|
||||
'port' => 3306,
|
||||
'debug' => false,
|
||||
]);
|
||||
|
||||
define('MAILER_ENABLED', false);
|
||||
define('LOGGING_ENABLED', true);
|
||||
define('ATOM_ENABLED', true);
|
||||
define('RSS_ENABLED', false);
|
||||
define('ACTIVITYPUB_ENABLED', false);
|
||||
define('CSV_ENABLED', false);
|
||||
define('CURL_ENABLED', true);
|
||||
define('AUTH_ENABLED', false);
|
||||
define('AUTH_REGISTER_ENABLED', false);
|
||||
define('COPYRIGHT_YEAR', '2018-'.date('Y'));
|
||||
define('COPYRIGHT_YEAR', '2018-'.date('Y'));
|
||||
Reference in New Issue
Block a user