This commit is contained in:
huzvar 2021-08-31 10:15:08 +02:00 committed by GitHub
parent 884c293bca
commit 1f4ab9e1f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ if ( isset($_POST['setup_admin_account']) ) {
validate_setup_cookie();
set_page_access("setup");
$completed_action="${SERVER_PATH}/log_in";
$completed_action="${SERVER_PATH}log_in";
$page_title="New administrator account";
render_header("$ORGANISATION_NAME account manager - setup administrator account", FALSE);