Forgot to renable this during testing.
jdarwood007

jdarwood007 commited on 2023-03-13 20:56:20
Showing 1 changed files, with 3 additions and 3 deletions.

... ...
@@ -1284,9 +1284,9 @@ class SFSA
1284 1284
 		// Sending the data?
1285 1285
 		if ($context['test_sent'])
1286 1286
 		{
1287
-			//checkSession();
1288
-			//if (!$this->SFSclass->versionCheck('2.0', 'smf'))
1289
-			//	validateToken($context['token_check'], 'post');
1287
+			checkSession();
1288
+			if (!$this->SFSclass->versionCheck('2.0', 'smf'))
1289
+				validateToken($context['token_check'], 'post');
1290 1290
 
1291 1291
 			$username = $smcFunc['htmlspecialchars']($_POST['username']);
1292 1292
 			$email = $smcFunc['htmlspecialchars']($_POST['email']);
1293 1293