- Class Basic convert string to bytes fix - admin edit_* pages do not need JS except pop call, moved that into the template and do not load any other JS anymore - changed the EDIT_STYLESHEET/JAVACSRIPT names to ADMIN_ to give them the proper name that they are admin based functions - paths are in an extra config file - plan on moving edit_* css rules into a special CSS file just for this
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__
|