X7ROOT File Manager
Current Path:
/var/softaculous/lime
var
/
softaculous
/
lime
/
📁
..
📄
changelog.txt
(9.34 KB)
📄
clone.php
(4.76 KB)
📄
config.php
(3.23 KB)
📄
edit.php
(4.46 KB)
📄
edit.xml
(433 B)
📄
extend.php
(9.95 KB)
📄
fileindex.php
(187 B)
📁
images
📄
import.php
(5.69 KB)
📄
info.xml
(5.45 KB)
📄
install.js
(921 B)
📄
install.php
(5.06 KB)
📄
install.xml
(3.56 KB)
📄
lime.sql
(91.97 KB)
📄
lime.zip
(106.81 MB)
📄
md5
(1.26 KB)
📄
notes.txt
(1.67 KB)
📁
php53
📁
php56
📁
php71
📁
php81
📁
php82
📄
security.php
(847 B)
📄
sha256.php
(19.18 KB)
📄
update_pass.php
(534 B)
📄
upgrade.php
(5.1 KB)
📄
upgrade.xml
(371 B)
Editing: security.php
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); /* * LimeSurvey * Copyright (C) 2007-2019 The LimeSurvey Project Team / Carsten Schmitz * All rights reserved. * License: GNU/GPL License v3 or later, see LICENSE.php * LimeSurvey is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of works licensed under the GNU General Public License or * other free or open source software licenses. * See COPYRIGHT.php for copyright notices and details. */ /* WARNING!!! ONCE SET, ENCRYPTION KEYS SHOULD NEVER BE CHANGED, OTHERWISE ALL ENCRYPTED DATA COULD BE LOST !!! */ $config = array(); $config['encryptionnonce'] = '[[encryptionnonce]]'; $config['encryptionsecretboxkey'] = '[[encryptionsecretboxkey]]'; return $config;
Upload File
Create Folder