/var/softaculous/lepton
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.htaccess1650644editdlrm
.htpasswd1030644editdlrm
clone.php76910644editdlrm
config.php5280644editdlrm
edit.php47930644editdlrm
edit.xml4330644editdlrm
extend.php110180644editdlrm
fileindex.php1040644editdlrm
hello-world.php1490644editdlrm
import.php37760644editdlrm
index.php5840644editdlrm
info.xml20660644editdlrm
install.js9240644editdlrm
install.php81320644editdlrm
install.xml14730644editdlrm
lepton.ini.php16270644editdlrm
md520700644editdlrm
notes.txt7700644editdlrm
root_.htaccess3660644editdlrm
update_pass.php6490644editdlrm
Edit: /var/softaculous/lepton/lepton.ini.php (1627B)
; ; ; This file is part of LEPTON Core, released under the GNU GPL ; Please see LICENSE and COPYING files in your package for details, specially for terms and warranties. ; ; NOTICE:LEPTON CMS Package has several different licenses. ; Please see the individual license in the header of each single file or info.php of modules and templates. ; ; @author LEPTON Project ; @copyright 2010-2026 LEPTON Project ; @link https://LEPTON-cms.org ; @license https://gnu.org/licenses/gpl.html ; @license_terms please see LICENSE and COPYING files in your package ; ; ; ini file created by LEPTON 7.5.0 ; DataBase-setup for LEPTON-CMS [database] type = 'mysql' host = '[[softdbhost]]' port = '3306' user = '[[softdbuser]]' pass = '[[softdbpass]]' name = '[[softdb]]' prefix = '[[dbprefix]]' key = '[[db_key]]' cipher = 'AES-256-CBC' iv = '[[iv]]' options = 0 ; Set length for username, password and other constants [system_const] AUTH_MIN_LOGIN_LENGTH = 3 AUTH_MAX_LOGIN_LENGTH = 128 AUTH_MIN_PASS_LENGTH = 6 AUTH_MAX_PASS_LENGTH = 128 SUBVERSION = '' MAX_REGISTRATION_TIME = 3600 MAX_WYSIWYG_HISTORY = 6 CRONJOB = 0 ; @DEPRECATED_TEMP 20251010: this class will be removed in L* > 7.5.0, use external cronjobs instead 0 = disabled, 1 = FE only, 2 = BE only, 3 = BE + FE ; Set allowed additional chars for email,usernames and passwords (details: https://doc.lepton-cms.org/docu/english/core/allowed-chars.php) [custom_vars] additional_email_chars = '' additional_usernames_chars = 'äöüÄÖÜ' additional_password_chars = '@\?' tfa_code_expires = '3600' ; in seconds => 1 hour