- The translation file reader did an isset on a set variable insetad of checking if the variable is zero and so never started the translation system - The DB IO connection not set was wrongly set. If the connection failed it is not TRUE and else FALSE. There is a new internal method getConnectionStatus to query this status it returns TRUE/FALSE depending if the connection failed - Update the l10n test page with proper translation tests - init OK - show current lang/file - translation test - switch language test
22 lines
525 B
PHP
Executable File
22 lines
525 B
PHP
Executable File
<?php
|
|
/********************************************************************
|
|
* AUTHOR: Clemens Schwaighofer
|
|
* CREATED: 2018/10/11
|
|
* SHORT DESCRIPTION:
|
|
* configuration file for core path settings
|
|
* CSV target paths, and other download access URLS or paths needed
|
|
* HISTORY:
|
|
*********************************************************************/
|
|
|
|
// File and Folder paths
|
|
// ID is TARGET (first array element)
|
|
/*$PATHS = array (
|
|
'test' => array (
|
|
'csv_path' => '',
|
|
'perl_bin' => '',
|
|
'other_url' => '',
|
|
)
|
|
)*/
|
|
|
|
// __END__
|