瀏覽代碼

Merge pull request #43 from emanuele45/master

Okay, now is clean...
Spuds 12 年之前
父節點
當前提交
0771ce3324
共有 1 個文件被更改,包括 0 次插入2 次删除
  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'];