<?xml version="1.0" encoding="UTF-8"?>
<install version="1.5.0" type="plugin" group="system" method="upgrade">
	<name>System - Memory Limit</name>
	<author>Mohamed Abdelaziz</author>
	<creationDate>March 2009</creationDate>
	<copyright>Copyright (C) 2009 JoomReem.com. All rights reserved.</copyright>
	<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
	<authorEmail>zizo@joomreem.com</authorEmail>
	<authorUrl>www.joomreem.com</authorUrl>
	<version>1.0</version>
	<description>A system plugin to allow non expert users to change the value of php memory limit parameter</description>
	<files>
		<filename plugin="memorylimit">memorylimit.php</filename>
	</files>
	<params>
  		<param name="maxmemsize" type="text" default="32"	label="Maximum Memory Limit" description="Use only integer values greater than 0, this value is in MB (Mega Bytes)" />
	</params>
</install>