/
/
var
/
softaculous
/
libre
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.220
PHP 7.4.33
Dir:
/var/softaculous/libre
Edit:
/var/softaculous/libre/sqlconf.php
<?php // LibreEHR // MySQL Config $host = '[[softdbhost]]'; $port = '3306'; $login = '[[softdbuser]]'; $pass = '[[softdbpass]]'; $dbase = '[[softdb]]'; //Added ability to disable //utf8 encoding - bm 05-2009 global $disable_utf8_flag; $disable_utf8_flag = false; $sqlconf = array(); global $sqlconf; $sqlconf["host"]= $host; $sqlconf["port"] = $port; $sqlconf["login"] = $login; $sqlconf["pass"] = $pass; $sqlconf["dbase"] = $dbase; ////////////////////////// ////////////////////////// ////////////////////////// //////DO NOT TOUCH THIS/// $config = 1; ///////////// ////////////////////////// ////////////////////////// ////////////////////////// ?>
Ukuran: 657 B