Released under the MIT license. Copyright (c) 2013 mcbSolutions.at
Version 0.5; Please report errors.
Displays the phpinfo(...) and phpcredits(...) within you site.
Attention From version 0.4 to 0.5 the name of the config variable has been changed from mcb_use_section to mcb_PhpInfo_use_section.
- Copy/save the plugin into
pluginsfolder - If you like to add text before, create a file called
phpinfo.mdorPhpInfo.md. - If you like to modify the styles: I wrapped a
<div id="phpinfo">around the phpinfo(). (see style.css for an example) or simply include<link rel="stylesheet" href="{{ base_url }}/plugins/mcb_PhpInfo/style.css" media="screen,projection,print">in your templates head tag
boolean
Activate navigation to sections. When set to false (default) all information from phpinfo() will be displayed.
$config['mcb_PhpInfo_use_section'] = false;
