mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
22 lines
548 B
Text
22 lines
548 B
Text
--- htdocs/application/config/stikked.php.dist.orig 2019-11-24 16:10:45 UTC
|
|
+++ htdocs/application/config/stikked.php.dist
|
|
@@ -19,6 +19,19 @@ $config['site_name'] = 'Stikked';
|
|
$config['base_url'] = 'https://yourpastebin.com/';
|
|
|
|
/**
|
|
+ * TruePaste
|
|
+ *
|
|
+ * Should pastes be converted to HTML entities before saving.
|
|
+ *
|
|
+ * Default, for backwards compatibility, is false.
|
|
+ *
|
|
+ * Set to true if you want your paste to be saved as supplied.
|
|
+*/
|
|
+
|
|
+$config['true_paste'] = true;
|
|
+
|
|
+
|
|
+/**
|
|
* Database connection
|
|
*
|
|
* Credentials for your database
|