new pattern & new to-do & whitelist

This commit is contained in:
Palma Solutions LTD
2018-06-04 12:33:04 +02:00
parent f814ed4641
commit a272b428f0
4 changed files with 11 additions and 0 deletions

View File

@@ -12,6 +12,12 @@
* - Add the rest of the scripts from Softaculous - work in progress
* - Add scripts from outside Softaculous - work in progress
* - Add "Current Status" - work in progress
* - get Cake.PHP version from /cake/asari/lib/Cake/VERSION.txt using this snippet?
==================
$versionFile = file(CAKE . 'VERSION.txt');
$config['Cake.version'] = trim(array_pop($versionFile));
return $config;
==================
*/
if ($_SERVER['argc'] >= 2) {