X7ROOT File Manager
Current Path:
/var/softaculous/lepton
var
/
softaculous
/
lepton
/
ðŸ“
..
📄
.htaccess
(165 B)
📄
.htpasswd
(103 B)
📄
cj_example.php
(1.16 KB)
📄
clone.php
(7.52 KB)
📄
config.php
(528 B)
📄
cronjob.ini.php
(868 B)
📄
edit.php
(4.66 KB)
📄
edit.xml
(433 B)
📄
extend.php
(10.67 KB)
📄
fileindex.php
(104 B)
📄
hello-world.php
(149 B)
ðŸ“
images
📄
import.php
(3.7 KB)
📄
index.php
(584 B)
📄
info.xml
(2.02 KB)
📄
install.js
(924 B)
📄
install.php
(8.27 KB)
📄
install.xml
(1.44 KB)
📄
lepton.ini.php
(1.37 KB)
📄
lepton.sql
(52.04 KB)
📄
lepton.zip
(10.46 MB)
📄
md5
(3.18 KB)
📄
notes.txt
(770 B)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
root_.htaccess
(366 B)
📄
update_pass.php
(649 B)
Editing: cj_example.php
<?php /** * 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-2025 LEPTON Project * @link https://lepton-cms.org * @license https://gnu.org/licenses/gpl-3.0.html * @license_terms please see LICENSE and COPYING files in your package * */ // include secure.php to protect this file and the whole CMS! if(!defined("SEC_FILE")){define("SEC_FILE",'/framework/secure.php' );} if (defined('LEPTON_PATH')) { include LEPTON_PATH.SEC_FILE; } else { $oneback = "../"; $root = $oneback; $level = 1; while (($level < 10) && (!file_exists($root.SEC_FILE))) { $root .= $oneback; $level += 1; } if (file_exists($root.SEC_FILE)) { include $root.SEC_FILE; } else { trigger_error(sprintf("[ <b>%s</b> ] Can't include secure.php!", $_SERVER['SCRIPT_NAME']), E_USER_ERROR); } } // end include secure file
Upload File
Create Folder