From 3e629a13415391e70e4e915f7706f3828912da20 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Fri, 7 Jul 2017 22:30:05 +0200 Subject: The function "makeSlugURL" has been renamed to "generateSlug" because the name was misleading because the function did not generate a complete URL, but only a partial string (the slug) for the final URL. By the way, some improvements were made to the code. --- template/admin/html/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/admin/html/auth.php') diff --git a/template/admin/html/auth.php b/template/admin/html/auth.php index 0435f72..186c096 100644 --- a/template/admin/html/auth.php +++ b/template/admin/html/auth.php @@ -2,7 +2,7 @@

template('authentication_desc')?>

- +
-- cgit v1.2.3