Music-website-theme icon indicating copy to clipboard operation
Music-website-theme copied to clipboard

Error loading file

Open tuannvbg opened this issue 6 years ago • 2 comments

login_info2.php not found

tuannvbg avatar Aug 13 '18 03:08 tuannvbg

It contains some sensitive login information which is not public. But i can share this login_info2.php code snippet :

<?php	
/* Admin file */
$servername = "xyz"; or "localhost"
$username = "name";
$password = "12345";
$dbname = "dbase_admin";
?>

May be this can help you.

girishkuniyal avatar Aug 14 '18 09:08 girishkuniyal

You can change information login_info2.php

tuannvbg avatar Aug 18 '18 18:08 tuannvbg