|
Revision 53, 0.5 KB
(checked in by axel, 4 years ago)
|
|
Added initial stuff for mod_mysms :) Simple module for sending sms, which requires a working com_mysms installation
|
| Line | |
|---|
| 1 | <?xml version="1.0" ?> |
|---|
| 2 | <mosinstall type="module"> |
|---|
| 3 | <name>MySMS</name> |
|---|
| 4 | <creationDate>27.01.2008</creationDate> |
|---|
| 5 | <author>Axel Sauerhoefer</author> |
|---|
| 6 | <copyright>GNU GPL</copyright> |
|---|
| 7 | <authorEmail>axel@willcodejoomlaforfood.de</authorEmail> |
|---|
| 8 | <authorUrl>http://www.willcodejoomlaforfood.de</authorUrl> |
|---|
| 9 | <version>0.1</version> |
|---|
| 10 | <description>Simple Sms Modul based on com_mysms</description> |
|---|
| 11 | <files> |
|---|
| 12 | <filename module="mod_mysms">mod_mysms.php</filename> |
|---|
| 13 | </files> |
|---|
| 14 | </mosinstall> |
|---|