58 lines
1.6 KiB
PHP
58 lines
1.6 KiB
PHP
<?php
|
|
// SET RANDOM STRINGS HERE DONT USE DEFAULTS
|
|
$Accept_GPLv3_OpenSource_License = '1';
|
|
$Salts1 = 'fie0rooLai9JaedaegaShi5quae7Ja';
|
|
$Salts2 = 'iovohgahghae0Zieku0aheiThuuy2g';
|
|
$Salts3 = 'vahg7deejiex7thaiPh1Lat8faph5W';
|
|
$Salts4 = 'saLooShotahn9chohveodah7Phoo9a';
|
|
$Salts5 = 'ePh3ooya9aemee8eeh1aiKoxahphoz';
|
|
$Salts6 = 'su7booS8iufeed7rech5ko0yohfieN';
|
|
|
|
//Put the URL used to access HRConvert here
|
|
$URL = '192.168.1.33:8085';
|
|
|
|
//Set to true to enable virus scanning during all file operations
|
|
$VirusScan = FALSE;
|
|
|
|
//Set application browser application name and title
|
|
$ApplicationName = 'HRConvert2';
|
|
$ApplicationTitle = 'Convert Anything!';
|
|
|
|
$SupportedLanguages = array('en', 'fr', 'es', 'zh', 'hi', 'ar', 'ru', 'uk', 'bn', 'de', 'ko', 'it', 'pt');
|
|
//Default language
|
|
$DefaultLanguage = 'en';
|
|
$AllowUserSelectableLanguage = TRUE;
|
|
|
|
//Set to FALSE to disable users creating share links
|
|
$AllowUserShare = TRUE;
|
|
|
|
//Button colour - RED,GREEN,BLUE,GREY
|
|
$ButtonStyle = 'BLUE';
|
|
|
|
$SpinnerStyle = 6;
|
|
$SpinnerColor = $ButtonStyle;
|
|
$ShowGUI = TRUE;
|
|
$ShowFinePrint = FALSE;
|
|
|
|
|
|
|
|
|
|
$DeleteThreshold = 30;
|
|
$Verbose = TRUE;
|
|
$AllowUserVirusScan = TRUE;
|
|
$ScanCoreMemoryLimit = 268435456;
|
|
$ScanCoreChunkSize = 134217728;
|
|
$ScanCoreDebug = FALSE;
|
|
$ScanCoreVerbose = TRUE;
|
|
$InstLoc = '/var/www/html/HRProprietary/HRConvert2';
|
|
$ServerRootDir = '/var/www/html';
|
|
$ConvertLoc = '/home/converter';
|
|
$LogDir = '/var/www/html/HRProprietary/HRConvert2/Logs';
|
|
$Delete_Threshold = '30';
|
|
$MaxLogSize = '1048576';
|
|
|
|
|
|
$Font = 'Verdana';
|
|
|
|
$TOSURL = 'https://www.honestrepair.net/index.php/terms-of-service/';
|
|
$PPURL = 'https://www.honestrepair.net/index.php/privacy-policy/'; |