+tbd version 0.4-beta Beryllium
+* added perl as allowed file
+
2020101 version 0.3-beta Lithium
* Update information now included
* Rewritten lifetime calculation
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
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