config.php
Blame |
Last modification |
View Log
<?php
/*
* This is a little configuration-file for the phppage-plugin.
* The default value secures your ContentLion-installation.
* If you change this, all admin's can execute foreign uploaded php-scripts.
* For more informations please visit http://contentlion.pf-control.de/phppage.html
*/
$config = array();
/*
* If this value is true, scripts can only execute from content/scripts.
*/
$config['executeOnlyFromScriptsPath'] = true;
?>