PHP 8.2.30
Preview: config.php Size: 1.70 KB
//var/softaculous/weberp/config.php

<?php

// User configurable variables
//---------------------------------------------------

// Default language to use for the login screen and the setup of new users.
$DefaultLanguage = 'en_US.utf8';

// Default theme to use for the login screen and the setup of new users.
$DefaultTheme = 'xenos';

// Whether to display the demo login and password or not on the login screen
$AllowDemoMode = FALSE;

// Connection information for the database
// $host is the computer ip address or name where the database is located
// assuming that the webserver is also the sql server
$host = '[[softdbhost]]';

// assuming that the web server is also the sql server
$DBType = 'mysqli';
//assuming that the web server is also the sql server
$DBUser = '[[softdbuser]]';
$DBPassword = '[[softdbpass]]';
// The timezone of the business - this allows the possibility of having;
date_default_timezone_set('America/New_York');
putenv('TZ=America/New_York');
$AllowCompanySelectionBox = 'ShowSelectionBox';
//The system administrator name use the user input mail;
$SysAdminEmail = '';
$DefaultDatabase = '[[softdb]]';
$SessionLifeTime = 3600;
$MaximumExecutionTime = 120;
$DefaultClock = 12;
$RootPath = dirname(htmlspecialchars($_SERVER['PHP_SELF'],ENT_QUOTES,'UTF-8'));
if (isset($DirectoryLevelsDeep)){
   for ($i=0;$i<$DirectoryLevelsDeep;$i++){
		$RootPath = mb_substr($RootPath,0, strrpos($RootPath,'/'));
	}
}
if ($RootPath == '/' OR $RootPath == '\\') {
	$RootPath = '';
}
error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
//Installed companies 
$CompanyList[0] = array('database'=>'[[softdb]]' ,'company'=>'[[site_name]]' );
//End Installed companies-do not change this line
/* Make sure there is nothing - not even spaces after this last ?> */
?>

Directory Contents

Dirs: 5 × Files: 16

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2024-03-21 11:28:10
Edit Download
php53 DIR
- drwxr-xr-x 2024-03-21 11:28:10
Edit Download
php56 DIR
- drwxr-xr-x 2024-03-21 11:28:10
Edit Download
php71 DIR
- drwxr-xr-x 2024-03-21 11:28:10
Edit Download
php81 DIR
- drwxr-xr-x 2024-03-21 11:28:10
Edit Download
26.52 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download
3.40 KB lrw-r--r-- 2022-09-21 09:16:40
Edit Download
1.70 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download
4.57 KB lrw-r--r-- 2022-09-21 09:16:40
Edit Download
433 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
1.85 KB lrw-r--r-- 2022-09-21 09:16:40
Edit Download
8.97 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download
3.11 KB lrw-r--r-- 2022-09-21 09:16:40
Edit Download
2.04 KB lrw-r--r-- 2022-09-21 08:18:40
Edit Download
924 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
5.12 KB lrw-r--r-- 2022-09-21 09:16:40
Edit Download
2.17 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download
13.93 KB lrw-r--r-- 2022-09-21 09:16:40
Edit Download
499 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
3.35 KB lrw-r--r-- 2022-09-21 09:16:40
Edit Download
544 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).