X7ROOT File Manager
Current Path:
/var/softaculous/libre
var
/
softaculous
/
libre
/
??
..
??
edit.php
(4.29 KB)
??
edit.xml
(433 B)
??
fileindex.php
(392 B)
??
images
??
import.php
(3.2 KB)
??
info.xml
(2.94 KB)
??
install.js
(921 B)
??
install.php
(6.87 KB)
??
install.xml
(770 B)
??
libre.sql
(8.4 MB)
??
libre.zip
(47.14 MB)
??
md5
(13.48 KB)
??
notes.txt
(206 B)
??
php53
??
php56
??
php71
??
php81
??
php82
??
sqlconf.php
(657 B)
Editing: 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; ///////////// ////////////////////////// ////////////////////////// ////////////////////////// ?>
Upload File
Create Folder