X7ROOT File Manager
Current Path:
/var/softaculous/lime5
var
/
softaculous
/
lime5
/
ðŸ“
..
📄
changelog.txt
(47.14 KB)
📄
clone.php
(4.73 KB)
📄
config.php
(2.76 KB)
📄
edit.php
(4.44 KB)
📄
edit.xml
(433 B)
📄
extend.php
(9.94 KB)
📄
fileindex.php
(214 B)
ðŸ“
images
📄
import.php
(5.67 KB)
📄
info.xml
(5.18 KB)
📄
install.js
(921 B)
📄
install.php
(5.08 KB)
📄
install.xml
(3.56 KB)
📄
lime5.sql
(90.54 KB)
📄
lime5.zip
(87.67 MB)
📄
md5
(6.61 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.08 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