Because .inc style is deprecated and also dangerious as often not setup correctly on the server all .inc files have been renamed to .php files. All internall calls have been udpated.
18 lines
531 B
PHP
Executable File
18 lines
531 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['test']['csv_path'] = '';
|
|
// $PATHS['test']['perl_bin'] = '';
|
|
// $PATHS['test']['redirect_url'] = '';
|
|
|
|
// __END__
|