/
Update and cleanup tools folder
Update and cleanup tools folder
In-Portal has "tools" folder in it's installation folder.
Right now it contains:
- shell scripts
- php scripts
- example configuration file
Here I will be telling about example configuration files:
- config.php-dist - example of config.php file, that can be placed under /system/ folder;
- debug_sample.php - example of debug.php file, that can be placed under /system/ folder.
There are 2 problems with these files:
- file naming is inconsistent - there should be either -dist (or something other) in both files;
- config.php-dist is quite old and is looks like INI file, while right now we use PHP format.