| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,18 @@ |
| 1 |
+<?php |
|
| 2 |
+/* |
|
| 3 |
+This file will be called by admin/modules.php and update.php to determine if |
|
| 4 |
+the module version in the database is the current version of the module. |
|
| 5 |
+The version number in this file will be the current version. |
|
| 6 |
+*/ |
|
| 7 |
+ |
|
| 8 |
+if(!defined("_CHARSET")) exit( );
|
|
| 9 |
+ |
|
| 10 |
+$moduleVersion = "1.0"; |
|
| 11 |
+$moduleName = "Notifications"; |
|
| 12 |
+ |
|
| 13 |
+$moduleDescription = "This tiny module adds notification settings for user registration. "; |
|
| 14 |
+$moduleAuthor = "Jimako"; |
|
| 15 |
+$moduleAuthorEmail = ""; |
|
| 16 |
+$moduleWebsite = ""; |
|
| 17 |
+ |
|
| 18 |
+ |
|
| 0 | 19 |
\ No newline at end of file |