/var/softaculous/gibbon
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
changelog.txt92360644editdlrm
clone.php52230644editdlrm
config.php17470644editdlrm
edit.php44120644editdlrm
edit.xml4330644editdlrm
fileindex.php11160644editdlrm
import.php35980644editdlrm
info.xml73810644editdlrm
install.js9240644editdlrm
install.php60050644editdlrm
install.xml17710644editdlrm
md538580644editdlrm
notes.txt21230644editdlrm
upgrade.php46590644editdlrm
upgrade.xml3670644editdlrm
Edit: /var/softaculous/gibbon/config.php (1747B)
. */ /** * Sets the database connection information. * You can supply an optional $databasePort if your server requires one. */ $databaseServer = '[[softdbhost]]'; $databaseUsername = '[[softdbuser]]'; $databasePassword = '[[softdbpass]]'; $databaseName = '[[softdb]]'; /** * Sets a globally unique id, to allow multiple installs on a single server. */ $guid = '[[guid]]'; /** * Sets system-wide caching factor, used to balance performance and freshness. * Value represents number of page loads between cache refresh. * Must be positive integer. 1 means no caching. */ $caching = 10; /** * Enables the System Admin > Impersonate User action, for testing and development. * This option is off by default. Access can be granted by adding usernames to * the list below. Allowed users must also have administrator access. */ $allowImpersonateUser = [];