Current Path :
/
var
/
softaculous
/
biblio
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//var/softaculous/biblio/database_constants.php
<?php /********************************************************************************* * * A T T E N T I O N ! * * || Please modify the following database connection variables to match || * \/ the MySQL database and user that you have created for OpenBiblio. \/ ********************************************************************************* */ define("OBIB_HOST", "[[softdbhost]]"); define("OBIB_DATABASE", "[[softdb]]"); define("OBIB_USERNAME", "[[softdbuser]]"); define("OBIB_PWD", "[[softdbpass]]"); /********************************************************************************* * /\ /\ * || || ********************************************************************************* */ ?>