mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 22:50:07 +01:00
19 lines
400 B
PHP
19 lines
400 B
PHP
|
<?php
|
||
|
return array (
|
||
|
'site_info' =>
|
||
|
array (
|
||
|
'title' => 'PonePaste',
|
||
|
'description' => 'PonePaste can store green',
|
||
|
'baseurl' => 'ponepaste.local/',
|
||
|
'keywords' => '',
|
||
|
'site_name' => 'PonePaste',
|
||
|
'email' => '',
|
||
|
'google_analytics' => '',
|
||
|
'additional_scripts' => 'PonePaste',
|
||
|
),
|
||
|
'interface' =>
|
||
|
array (
|
||
|
'language' => 'en',
|
||
|
'theme' => 'bulma',
|
||
|
),
|
||
|
);
|