Explorar o código

Fix indentation on one line.

Mark Crane %!s(int64=13) %!d(string=hai) anos
pai
achega
410b87f8e7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      install.php

+ 1 - 1
install.php

@@ -1226,7 +1226,7 @@ if ($_POST["install_step"] == "3" && count($_POST)>0 && strlen($_POST["persistfo
 		}
 		}
 
 
 	//login the user account
 	//login the user account
-			$_SESSION["username"] = $admin_username;
+		$_SESSION["username"] = $admin_username;
 
 
 	//get the groups assigned to the user and then set the groups in $_SESSION["groups"]
 	//get the groups assigned to the user and then set the groups in $_SESSION["groups"]
 		$sql = "SELECT * FROM v_group_users ";
 		$sql = "SELECT * FROM v_group_users ";