📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 10:08:45
📂
/ (Root)
/
var
/
softaculous
/
libre
📍 /var/softaculous/libre
🔄 Refresh
✏️
Editing: sqlconf.php
Read Only
<?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; ///////////// ////////////////////////// ////////////////////////// ////////////////////////// ?>
💾 Save Changes
❌ Cancel