From 67aa7e76c186e43a5e0290ed2c512791c7a3005c Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Sat, 13 Dec 2014 10:01:31 +0100 Subject: Fix strings and url on auth configuration page --- app/views/auth/index.phtml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app/views/auth/index.phtml') diff --git a/app/views/auth/index.phtml b/app/views/auth/index.phtml index 420937042..ee1e2d8b9 100644 --- a/app/views/auth/index.phtml +++ b/app/views/auth/index.phtml @@ -47,7 +47,7 @@ /> - p/i/?a=formLogin&u=Alice&p=1234 + 'auth', 'a' => 'login', 'params' => array('u' => 'alice', 'p' => '1234')), 'html', true); ?> @@ -59,7 +59,8 @@
/> - + + array('output' => 'rss', 'token' => $token)), 'html', true); ?>
-- cgit v1.2.3