Skip to content

Commit

Permalink
htdocs: Update db credentials in test.php
Browse files Browse the repository at this point in the history
  • Loading branch information
stucki committed Nov 11, 2016
1 parent 20cc2f2 commit e6487fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/test.php
@@ -1,6 +1,6 @@
<?php

$db = mysqli_connect('localhost', 'root', 'change_this', 'mysql')
$db = mysqli_connect('db', 'root', 'secret', 'mysql')
or die('Error: ' . mysqli_error());

$query = 'SHOW DATABASES;';
Expand Down

0 comments on commit e6487fd

Please sign in to comment.