Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../lime5
File: security.php
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
[0] Fix | Delete
/*
[1] Fix | Delete
* LimeSurvey
[2] Fix | Delete
* Copyright (C) 2007-2019 The LimeSurvey Project Team / Carsten Schmitz
[3] Fix | Delete
* All rights reserved.
[4] Fix | Delete
* License: GNU/GPL License v3 or later, see LICENSE.php
[5] Fix | Delete
* LimeSurvey is free software. This version may have been modified pursuant
[6] Fix | Delete
* to the GNU General Public License, and as distributed it includes or
[7] Fix | Delete
* is derivative of works licensed under the GNU General Public License or
[8] Fix | Delete
* other free or open source software licenses.
[9] Fix | Delete
* See COPYRIGHT.php for copyright notices and details.
[10] Fix | Delete
*/
[11] Fix | Delete
[12] Fix | Delete
/*
[13] Fix | Delete
WARNING!!!
[14] Fix | Delete
ONCE SET, ENCRYPTION KEYS SHOULD NEVER BE CHANGED, OTHERWISE ALL ENCRYPTED DATA COULD BE LOST !!!
[15] Fix | Delete
[16] Fix | Delete
*/
[17] Fix | Delete
[18] Fix | Delete
$config = array();
[19] Fix | Delete
$config['encryptionnonce'] = '[[encryptionnonce]]';
[20] Fix | Delete
$config['encryptionsecretboxkey'] = '[[encryptionsecretboxkey]]';
[21] Fix | Delete
return $config;
[22] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function