1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

working on registration support

This commit is contained in:
Thomas Citharel 2015-01-23 16:34:56 +01:00
parent cdde19d609
commit 121691e900
8 changed files with 72 additions and 3 deletions

View file

@ -117,7 +117,7 @@ final class Tools
{
$views = array(
'install', 'import', 'export', 'config', 'tags',
'edit-tags', 'view', 'login', 'error', 'about'
'edit-tags', 'view', 'login', 'error', 'about', 'register'
);
return (in_array($view, $views) ? $view . '.twig' : 'home.twig');