1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 07:06:30 +02:00

Code cleanup.

This commit is contained in:
lonalore
2016-12-15 15:08:49 +01:00
parent d5f9b9ac5e
commit d03cdda0af
7 changed files with 58 additions and 41 deletions

View File

@@ -34,7 +34,7 @@ require_once(realpath(dirname(__FILE__)."/class2.php"));
if(!empty($_GET['token']))
{
$pwd = $_GET['token'];
$pwd = e107::getParser()->filter($_GET['token']);
}
else
{