Skip to content

Commit

Permalink
Merge pull request #2227 from IPvSean/devel
Browse files Browse the repository at this point in the history
Update list.php.j2
  • Loading branch information
IPvSean authored Jan 16, 2025
2 parents 3176c7d + 1e57742 commit 258ae36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/workshop_attendance/templates/list.php.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$sql_server = "127.0.0.1";
$port = '3306';
$sql_user = "root";
$sql_pass = "";
$sql_pass = "{{ admin_password }}";
$login_pass = "{{ admin_password }}";

$mydb="workshop";
Expand Down

0 comments on commit 258ae36

Please sign in to comment.