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.54 KB)
??
config.php
(528 B)
??
cronjob.ini.php
(870 B)
??
edit.php
(4.65 KB)
??
edit.xml
(433 B)
??
extend.php
(10.7 KB)
??
fileindex.php
(104 B)
??
hello-world.php
(149 B)
??
images
??
import.php
(3.69 KB)
??
index.php
(584 B)
??
info.xml
(2.02 KB)
??
install.js
(924 B)
??
install.php
(8.3 KB)
??
install.xml
(1.44 KB)
??
lepton.ini.php
(1.46 KB)
??
lepton.sql
(52.13 KB)
??
lepton.zip
(10.54 MB)
??
md5
(1.45 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