1
0
mirror of https://github.com/Mowie/Mowie synced 2024-06-08 03:39:39 +00:00

Updated Version

This commit is contained in:
kolaente 2016-08-04 17:25:35 +02:00
parent 5960199867
commit 6ddb3c6629
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Mowie
A lightwight & modern CMS for your Website
A modular, powerful & good-looking CMS.
#Installing
To install the CMS, grab [the latest release](https://github.com/Mowie/Mowie/releases), unzip it on your webserver and open a webbrowser to the files on your server. It will guide you through all necessary steps to install.

View File

@ -61,7 +61,7 @@ if(isset($_POST['submit']))
$CONFIG['Templating']['tpl_title'] = 'title';
$CONFIG['Templating']['tpl_content'] = 'content';
$CONFIG['Templating']['tpl_webUri'] = 'website_uri';
$CONFIG['Versioning']['version'] = '0.6 Beta';
$CONFIG['Versioning']['version'] = '0.91 Beta';
$CONFIG['Versioning']['version_num'] = 1;
$CONFIG['Versioning']['update_uri'] = 'http://cdn.kola-entertainments.de/cms/';