PHP 8.2.30
Preview: sqlconf.php Size: 657 B
/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; /////////////
//////////////////////////
//////////////////////////
//////////////////////////
?>

Directory Contents

Dirs: 5 × Files: 11

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2024-03-21 11:31:54
Edit Download
php53 DIR
- drwxr-xr-x 2024-03-21 11:31:54
Edit Download
php56 DIR
- drwxr-xr-x 2024-03-21 11:31:54
Edit Download
php71 DIR
- drwxr-xr-x 2024-03-21 11:31:54
Edit Download
php81 DIR
- drwxr-xr-x 2024-03-21 11:31:54
Edit Download
4.30 KB lrw-r--r-- 2022-09-21 09:31:40
Edit Download
433 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
392 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
3.23 KB lrw-r--r-- 2022-09-21 09:31:40
Edit Download
2.94 KB lrw-r--r-- 2022-09-21 08:18:40
Edit Download
921 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
6.88 KB lrw-r--r-- 2022-09-21 09:31:40
Edit Download
770 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
2.32 KB lrw-r--r-- 2022-09-21 09:31:40
Edit Download
206 B lrw-r--r-- 2022-03-09 08:57:26
Edit Download
657 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).