From 3e629a13415391e70e4e915f7706f3828912da20 Mon Sep 17 00:00:00 2001
From: Thomas Lange <code@nerdmind.de>
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')

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 @@
 <p><?=$Language->template('authentication_desc')?></p>
 
 <form action="" method="POST">
-	<input type="hidden" name="token" value="<?=Application::getSecurityToken()?>" />
+	<input type="hidden" name="token" value="<?=$FORM['TOKEN']?>" />
 
 	<?php if($FORM['INFO']): ?>
 		<div class="flex flex-direction-column">
-- 
cgit v1.2.3