X7ROOT File Manager
Current Path:
/var/softaculous/slims
var
/
softaculous
/
slims
/
??
..
??
changelog.txt
(5.87 KB)
??
clone.php
(5.07 KB)
??
database.php
(916 B)
??
edit.php
(4.25 KB)
??
edit.xml
(433 B)
??
env.php
(921 B)
??
extend.php
(8.78 KB)
??
fileindex.php
(393 B)
??
images
??
import.php
(3.74 KB)
??
info.xml
(3.74 KB)
??
install.js
(921 B)
??
install.php
(4.82 KB)
??
install.xml
(1.38 KB)
??
md5
(1.51 KB)
??
notes.txt
(480 B)
??
php53
??
php56
??
php71
??
php81
??
php82
??
slims.sql
(111.36 KB)
??
slims.zip
(49.98 MB)
??
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' ] ], // add more here ] ];
Upload File
Create Folder