1
0
mirror of https://github.com/typemill/typemill.git synced 2025-07-31 11:20:15 +02:00

version 1.0.4

This commit is contained in:
Sebastian
2017-11-19 18:04:43 +01:00
parent e0f4c884ea
commit ed51f125b7
3 changed files with 2 additions and 5 deletions

5
.gitignore vendored
View File

@@ -4,8 +4,5 @@ cache/lastSitemap.txt
cache/lastCache.txt
settings/settings.yaml
plugins
typemill.zip
typemill-1.0.1.zip
typemill-1.0.2.zip
typemill-1.0.3.zip
zips
zip.php

View File

@@ -10,7 +10,7 @@ session_start();
* LOAD SETTINGS *
************************/
$settings = Typemill\Settings::loadSettings();
$settings = Typemill\settings::loadSettings();
/************************
* INITIATE SLIM *

Binary file not shown.