Przeglądaj źródła

Merge pull request #43 from emanuele45/master

Okay, now is clean...
Spuds 12 lat temu
rodzic
commit
0771ce3324
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      other/install.php

+ 0 - 2
other/install.php

@@ -1295,8 +1295,6 @@ function AdminAccount()
 	if (isset($_POST['password1']) && !empty($_POST['contbutt']))
 	{
 		// Wrong password?
-		print_r($_POST['password3']) . '<br />';
-		print_r($db_passwd) . '<br />';
 		if ($incontext['require_db_confirm'] && $_POST['password3'] != $db_passwd)
 		{
 			$incontext['error'] = $txt['error_db_connect'];