Clean URLs for HTTPS

This commit is contained in:
Pierre Rudloff 2015-10-31 11:35:18 +01:00
parent da81168256
commit 78670d73a5
5 changed files with 217 additions and 11 deletions

View file

@ -23,7 +23,7 @@ $app = new \Slim\Slim(
$view = $app->view();
$view->parserExtensions = array(
__DIR__.'/vendor/slim/views/SmartyPlugins',
__DIR__.'/smarty'
__DIR__.'/vendor/rudloff/smarty-plugin-noscheme/'
);
$app->get(
'/',