From 7e6bbde22a74df013431e16ba024c644f0307a28 Mon Sep 17 00:00:00 2001 From: SPT-dev Date: Thu, 2 Mar 2023 21:10:15 -0500 Subject: [PATCH] main configuration --- pastebin/lib/Configuration.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pastebin/lib/Configuration.php b/pastebin/lib/Configuration.php index b598326..9b1b1a5 100644 --- a/pastebin/lib/Configuration.php +++ b/pastebin/lib/Configuration.php @@ -37,19 +37,19 @@ class Configuration */ private static $_defaults = array( 'main' => array( - 'name' => 'PrivateBin', + 'name' => 'SPT-Aki CodePaste', 'basepath' => '', 'discussion' => true, 'opendiscussion' => false, 'password' => true, - 'fileupload' => false, + 'fileupload' => true, 'burnafterreadingselected' => false, - 'defaultformatter' => 'plaintext', - 'syntaxhighlightingtheme' => null, + 'defaultformatter' => 'syntaxhighlighting', + 'syntaxhighlightingtheme' => "sons-of-obsidian", 'sizelimit' => 10485760, 'template' => 'bootstrap', - 'info' => 'More information on the project page.', - 'notice' => '', + 'info' => '', + 'notice' => 'Note: This is actually a test service Kittens will die if you abuse this service', 'languageselection' => false, 'languagedefault' => '', 'urlshortener' => '', @@ -61,7 +61,7 @@ class Configuration 'compression' => 'zlib', ), 'expire' => array( - 'default' => '1week', + 'default' => '1day', ), 'expire_options' => array( '5min' => 300,