new pattern & new to-do & whitelist
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user