diff --git a/config/site.example.php b/config/site.example.php new file mode 100644 index 0000000..b8bb696 --- /dev/null +++ b/config/site.example.php @@ -0,0 +1,42 @@ + + array ( + 'title' => 'PonePaste', + 'description' => 'PonePaste can store green', + 'baseurl' => 'ponepaste.local/', + 'keywords' => '', + 'site_name' => 'PonePaste', + 'email' => '', + 'additional_scripts' => '', + ), + 'interface' => + array ( + 'language' => 'en', + 'theme' => 'bulma', + ), + 'permissions' => + array ( + 'disable_guest' => false, + 'private' => false, + ), + 'mail' => + array ( + 'verification' => false, + 'smtp_host' => '', + 'smtp_port' => '', + 'smtp_user' => '', + 'socket' => '', + 'auth' => '', + 'protocol' => '', + ), + 'captcha' => + array ( + 'enabled' => true, + 'multiple' => false, + 'mode' => 'Normal', + 'allowed' => 'ABCDEFGHIJKLMNOPQRSTUVYXYZabcdefghijklmnopqrstuvwxyz0123456789', + 'colour' => '#000000', + ), +); \ No newline at end of file diff --git a/includes/config.sample.php b/includes/config.sample.php new file mode 100644 index 0000000..62b60bc --- /dev/null +++ b/includes/config.sample.php @@ -0,0 +1,41 @@ + 'Green Text', + 'text' => 'Plain Text', + 'pastedown' => 'pastedown', + 'pastedown_old' => 'pastedown old' +]; + +// Cookie - I want a cookie, can I have one?