Compare commits

...

3 Commits

Author SHA1 Message Date
slawkens1
2cd9f80b34 * fixed Twig loading on case-sensitive systems 2017-08-28 22:52:27 +02:00
slawkens1
d88de8e072 * fixed Twig loading on case-sensitive systems 2017-08-28 22:43:03 +02:00
slawkens1
6e6ce55a7b * some better info when fetching latest version 2017-08-28 21:06:57 +02:00
182 changed files with 23 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ require_once(SYSTEM . 'libs/cache.php');
$cache = Cache::getInstance($config['cache_engine'], $config['cache_prefix']); $cache = Cache::getInstance($config['cache_engine'], $config['cache_prefix']);
// twig // twig
require_once LIBS . 'twig/Autoloader.php'; require_once LIBS . 'Twig/Autoloader.php';
Twig_Autoloader::register(); Twig_Autoloader::register();
$loader = new Twig_Loader_Filesystem(SYSTEM . 'templates'); $loader = new Twig_Loader_Filesystem(SYSTEM . 'templates');

Some files were not shown because too many files have changed in this diff Show More