Optional online post upload

This commit is contained in:
mmk2410 2015-06-14 11:57:25 +02:00
parent 0ae529b163
commit 83b4d26752
5 changed files with 167 additions and 0 deletions

View file

@ -24,4 +24,6 @@ $blogdisqus = 'rangitaki';
$bloganalytics = '';
// Footer - set here the text for your footer (e.g. a copyright info). You can replace the whole text after the '=' with your own one.
$blogfooter = 'Rangitaki ' . date("Y") . ' <a href="https://github.com/mmk2410/Rangitaki" target="blank">github.com/mmk2410/Rangitaki</a>';
// This enables the optional online post upload. Please read the documentation before you enable it.
$post_upload = 'no'
?>