<?php
/**
 *
 * @category        modules
 * @package         code
 * @author          WebsiteBaker Project
 * @copyright       2004-2009, Ryan Djurovich
 * @copyright       2009-2011, Website Baker Org. e.V.
 * @link			http://www.websitebaker2.org/
 * @license         http://www.gnu.org/licenses/gpl.html
 * @platform        WebsiteBaker 2.8.x
 * @requirements    PHP 5.2.2 and higher
 * @version         $Id: info.php 1349 2010-12-19 19:04:59Z Luisehahne $
 * @filesource		$HeadURL: svn://isteam.dynxs.de/wb-archiv/branches/2.8.x/wb/modules/code/info.php $
 * @lastmodified    $Date: 2010-12-19 20:04:59 +0100 (Sun, 19 Dec 2010) $
 *
*/

$module_directory	= 'code';
$module_name		= 'Code';
$module_function	= 'page';
$module_version		= '2.8.1';
$module_platform	= '2.7 | 2.8.x';
$module_author		= 'Ryan Djurovich';
$module_license		= 'GNU General Public License';
$module_description	= 'This module allows you to execute PHP commands (limit access to users you trust!!)';

?>