This website requires JavaScript.
Explore
Help
Register
Sign In
mrlan
/
LRR
Watch
3
Star
0
Fork
You've already forked LRR
2
Code
Issues
Pull Requests
7
Projects
Releases
Wiki
Activity
518e1eef1a
LRR
/
get_mysql_credentials.php
5 lines
57 B
PHP
Raw
Normal View
History
Unescape
Escape
A better way to store mysql credentials.
2020-10-02 23:02:27 +08:00
<
?
php
Bug 37 has been fixed for the index page as this page is now optimized and dynamic CSS has been used Applying DRY principles and better coding practices to index.php Separating the CSS and applying DRY principles to the CSS in index.php so that they are all in main.css
2022-12-19 14:12:43 +08:00
$mysql_username
=
'root'
;
$mysql_password
=
''
;
A better way to store mysql credentials.
2020-10-02 23:02:27 +08:00
?>