]> 91.132.146.200 Git - selfpaste.git/commitdiff
added perl to the default file types
authorBanana <banana@mirage>
Wed, 12 Feb 2020 18:55:53 +0000 (19:55 +0100)
committerBanana <banana@mirage>
Wed, 12 Feb 2020 18:55:53 +0000 (19:55 +0100)
CHANGELOG
VERSION
webroot/config.default.php

index 617108ea1a60069e6f1e1c0cd55575f12e1131ae..ad9b353eb7e5ed2aaa33d05b977c492059fdad17 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+tbd version 0.4-beta Beryllium
+* added perl as allowed file
+
 2020101 version 0.3-beta Lithium
 * Update information now included
 * Rewritten lifetime calculation
@@ -14,4 +17,4 @@
 20191221 version 0.1 Hydrogen
 * Initial creation. Not polished yet.
 * Basic functions working.
-* No release yet
\ No newline at end of file
+* No release yet
diff --git a/VERSION b/VERSION
index 0a8293670365f7ec82dca2937b1a3ad98ec1ad74..12ce1bd9160e2e67ee1c12c75d1b0a4564fb7b7f 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.3-beta Lithium
\ No newline at end of file
+0.4-beta Beryllium
index a613853cde60bb45cc5c6e45fee8dd792ee15d45..1883a5ad57c7b1c093e88637a266f71465edc9ab 100644 (file)
@@ -18,7 +18,7 @@ define('SELFPASTE_UPLOAD_SECRET','PLEASE CHANGE YOUR SECRET');
 define('SELFPASTE_UPLOAD_DIR','pasties');
 # those are the allowed file types.
 # Make sure you read the README and documentation!
-define('SELFPASTE_ALLOWED_FILETYPES','text/plain,text/comma-separated-values,text/css,text/xml,text/x-php');
+define('SELFPASTE_ALLOWED_FILETYPES','text/plain,text/comma-separated-values,text/css,text/xml,text/x-php,text/x-perl');
 # this is your domain and path on which selfpaste is accessible
 # needed to respond with the correct link for your paste
 # please NO / at the end