diff --git a/.gitignore b/.gitignore index 792139f..0ea8ea8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file diff --git a/system/system.php b/system/system.php index e4b59be..179cd3c 100644 --- a/system/system.php +++ b/system/system.php @@ -10,7 +10,7 @@ session_start(); * LOAD SETTINGS * ************************/ -$settings = Typemill\Settings::loadSettings(); +$settings = Typemill\settings::loadSettings(); /************************ * INITIATE SLIM * diff --git a/zips/typemill-1.0.4.zip b/zips/typemill-1.0.4.zip index d9c871a..3c25099 100644 Binary files a/zips/typemill-1.0.4.zip and b/zips/typemill-1.0.4.zip differ