Skip to content

Commit db097be

Browse files
authored
remove: link to PHPMyAdmin
Removes port-dependent links making the application more predictable in virtual environments.
1 parent b078561 commit db097be

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/index.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
<!-- DB CONNECT TEST -->
88
<?php $connect = new mysqli('db', 'dev', 'devpass', 'test_db'); ?>
99
<p><?= ($connect->connect_error) ? "Database = Error" : "Database = Ok" ?></p>
10-
<!-- PHPMyAdmin -->
11-
<a href="http://127.0.0.1:8900" target="_blank">[PHPMyAdmin]</a>
1210
<!-- PHP Info -->
1311
<?php phpinfo(); ?>
1412
</body>
15-
</html>
13+
</html>

0 commit comments

Comments
 (0)