diff --git a/convertCore.php b/convertCore.php index 800e6cb..83ff925 100644 --- a/convertCore.php +++ b/convertCore.php @@ -417,7 +417,7 @@ function verifyGlobals() { // / Set global variables to be used through the entire application. global $URL, $URLEcho, $HRConvertVersion, $Date, $Time, $SesHash, $SesHash2, $SesHash3, $SesHash4, $CoreLoaded, $ConvertDir, $InstLoc, $ConvertTemp, $ConvertTempDir, $ConvertGuiCounter1, $DefaultApps, $RequiredDirs, $RequiredIndexes, $DangerousFiles, $Allowed, $ArchiveArray, $DearchiveArray, $DocumentArray, $SpreadsheetArray, $PresentationArray, $ImageArray, $MediaArray, $VideoArray, $StreamArray, $DrawingArray, $ModelArray, $SubtitleArray, $PDFWorkArr, $ConvertLoc, $DirSep, $SupportedConversionTypes, $Lol, $Lolol, $Append, $PathExt, $ConsolidatedLogFileName, $ConsolidatedLogFile, $Alert, $Alert1, $Alert2, $Alert3, $FCPlural, $FCPlural1, $FCPlural2, $FCPlural3, $UserClamLogFile, $UserClamLogFileName, $UserScanCoreLogFile, $UserScanCoreFileName, $SpinnerStyle, $SpinnerColor, $FullURL, $ServerRootDir, $StopCounter, $SleepTimer, $PermissionLevels, $ApacheUser, $File, $HeaderDisplayed, $UIDisplayed, $FooterDisplayed, $LanguageStringsLoaded, $GUIDisplayed, $Version, $FaviconPath, $DropzonePath, $DropzoneStylesheetPath, $StylesheetPath, $JsLibraryPath, $JqueryPath, $GUIDirection, $SupportedFormatCount, $GUIAlignment, $GreenButtonCode, $BlueButtonCode, $RedButtonCode, $DefaultButtonCode; // / Application related variables. - $HRConvertVersion = 'v3.2.9'; + $HRConvertVersion = 'v3.3'; $GlobalsAreVerified = FALSE; $CoreLoaded = TRUE; $StopCounter = $SleepTimer = 0; @@ -2177,4 +2177,4 @@ function userVirusScan($FilesToScan, $type) { if ($ScanErrors) logEntry('User Virus Scan finished with errors.'); if ($Verbose) logEntry('User Virus Scan Complete.'); } } // / ----------------------------------------------------------------------------------- -?> \ No newline at end of file +?>