Clean URLs for HTTPS
This commit is contained in:
parent
da81168256
commit
78670d73a5
5 changed files with 217 additions and 11 deletions
|
@ -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(
|
||||
'/',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue