X7ROOT File Manager
Current Path:
/var/softaculous/slims
var
/
softaculous
/
slims
/
ðŸ“
..
📄
changelog.txt
(1.65 KB)
📄
clone.php
(5.11 KB)
📄
database.php
(890 B)
📄
edit.php
(4.26 KB)
📄
edit.xml
(433 B)
📄
env.php
(777 B)
📄
extend.php
(8.77 KB)
📄
fileindex.php
(322 B)
ðŸ“
images
📄
import.php
(3.73 KB)
📄
info.xml
(3.77 KB)
📄
install.js
(921 B)
📄
install.php
(4.71 KB)
📄
install.xml
(1.38 KB)
📄
md5
(1.09 KB)
📄
notes.txt
(480 B)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
update_pass.php
(257 B)
Editing: database.php
<?php return [ /** * Default database node profile */ 'default_profile' => 'SLiMS', /** * SLiMS as Service, One SLiMS for many library * ---------------------------------------------------- * * Switching database node access based on rule, * such as domain, ip, port etc * * How to : * 1. make file with name database_proxy.php in config/ * 2. make your own rule in that file. * 3. change this value to true */ 'proxy' => false, /** * Nodes profile */ 'nodes' => [ 'SLiMS' => [ 'host' => '[[softdbhost]]', 'database' => '[[softdb]]', 'port' => 3306, 'username' => '[[softdbuser]]', 'password' => '[[softdbpass]]', 'options' => [ 'storage_engine' => 'MyISAM' ] ] ] ];
Upload File
Create Folder