Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../weberp
File: config.php
<?php
[0] Fix | Delete
[1] Fix | Delete
// User configurable variables
[2] Fix | Delete
//---------------------------------------------------
[3] Fix | Delete
[4] Fix | Delete
// Default language to use for the login screen and the setup of new users.
[5] Fix | Delete
$DefaultLanguage = 'en_US.utf8';
[6] Fix | Delete
[7] Fix | Delete
// Default theme to use for the login screen and the setup of new users.
[8] Fix | Delete
$DefaultTheme = 'xenos';
[9] Fix | Delete
[10] Fix | Delete
// Whether to display the demo login and password or not on the login screen
[11] Fix | Delete
$AllowDemoMode = FALSE;
[12] Fix | Delete
[13] Fix | Delete
// Connection information for the database
[14] Fix | Delete
// $host is the computer ip address or name where the database is located
[15] Fix | Delete
// assuming that the webserver is also the sql server
[16] Fix | Delete
$host = '[[softdbhost]]';
[17] Fix | Delete
[18] Fix | Delete
// assuming that the web server is also the sql server
[19] Fix | Delete
$DBType = 'mysqli';
[20] Fix | Delete
//assuming that the web server is also the sql server
[21] Fix | Delete
$DBUser = '[[softdbuser]]';
[22] Fix | Delete
$DBPassword = '[[softdbpass]]';
[23] Fix | Delete
// The timezone of the business - this allows the possibility of having;
[24] Fix | Delete
date_default_timezone_set('America/New_York');
[25] Fix | Delete
putenv('TZ=America/New_York');
[26] Fix | Delete
$AllowCompanySelectionBox = 'ShowSelectionBox';
[27] Fix | Delete
//The system administrator name use the user input mail;
[28] Fix | Delete
$SysAdminEmail = '';
[29] Fix | Delete
$DefaultDatabase = '[[softdb]]';
[30] Fix | Delete
$SessionLifeTime = 3600;
[31] Fix | Delete
$MaximumExecutionTime = 120;
[32] Fix | Delete
$DefaultClock = 12;
[33] Fix | Delete
$RootPath = dirname(htmlspecialchars($_SERVER['PHP_SELF'],ENT_QUOTES,'UTF-8'));
[34] Fix | Delete
if (isset($DirectoryLevelsDeep)){
[35] Fix | Delete
for ($i=0;$i<$DirectoryLevelsDeep;$i++){
[36] Fix | Delete
$RootPath = mb_substr($RootPath,0, strrpos($RootPath,'/'));
[37] Fix | Delete
}
[38] Fix | Delete
}
[39] Fix | Delete
if ($RootPath == '/' OR $RootPath == '\\') {
[40] Fix | Delete
$RootPath = '';
[41] Fix | Delete
}
[42] Fix | Delete
error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
[43] Fix | Delete
//Installed companies
[44] Fix | Delete
$CompanyList[0] = array('database'=>'[[softdb]]' ,'company'=>'[[site_name]]' );
[45] Fix | Delete
//End Installed companies-do not change this line
[46] Fix | Delete
/* Make sure there is nothing - not even spaces after this last ?> */
[47] Fix | Delete
?>
[48] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function