| ... | ... |
@@ -20,14 +20,12 @@ |
| 20 | 20 |
// ---------------------------------------------------------------------- |
| 21 | 21 |
if(!defined("_CHARSET")) exit( );
|
| 22 | 22 |
|
| 23 |
-define("_NOTIFICATIONADMIN", "NOTIFICATIONs Administration");
|
|
| 23 |
+define("_NOTIFICATIONADMIN", "Administration Notifications");
|
|
| 24 | 24 |
define("_REGISTRATION_NOTIFY", "Send email - new registration");
|
| 25 | 25 |
define("_LOST_PASWORD_NOTIFY", "Send email - lost password");
|
| 26 | 26 |
define("_REGISTRATION_TOEMAIL", "Email recipients");
|
| 27 | 27 |
|
| 28 |
-if(!defined("_UNINSTALLWARNING")) {
|
|
| 29 |
- define("_UNINSTALLWARNING", "<strong>Warning!</strong> No data will be deleted from the database!");
|
|
| 30 |
-} |
|
| 28 |
+ |
|
| 31 | 29 |
|
| 32 | 30 |
|
| 33 | 31 |
|
| 34 | 32 |
\ No newline at end of file |
| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,33 @@ |
| 1 |
+<?php |
|
| 2 |
+// ---------------------------------------------------------------------- |
|
| 3 |
+// Copyright (c) 2007 by Tammy Keefer |
|
| 4 |
+// Also Like Module developed for eFiction 3.0 |
|
| 5 |
+// // http://efiction.hugosnebula.com/ |
|
| 6 |
+// ---------------------------------------------------------------------- |
|
| 7 |
+// LICENSE |
|
| 8 |
+// |
|
| 9 |
+// This program is free software; you can redistribute it and/or |
|
| 10 |
+// modify it under the terms of the GNU General Public License (GPL) |
|
| 11 |
+// as published by the Free Software Foundation; either version 2 |
|
| 12 |
+// of the License, or (at your option) any later version. |
|
| 13 |
+// |
|
| 14 |
+// This program is distributed in the hope that it will be useful, |
|
| 15 |
+// but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 16 |
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
| 17 |
+// GNU General Public License for more details. |
|
| 18 |
+// |
|
| 19 |
+// To read the license please visit http://www.gnu.org/copyleft/gpl.html |
|
| 20 |
+// ---------------------------------------------------------------------- |
|
| 21 |
+if(!defined("_CHARSET")) exit( );
|
|
| 22 |
+ |
|
| 23 |
+define("_NOTIFICATIONADMIN", "NOTIFICATIONs Administration");
|
|
| 24 |
+define("_REGISTRATION_NOTIFY", "Send email - new registration");
|
|
| 25 |
+define("_LOST_PASWORD_NOTIFY", "Send email - lost password");
|
|
| 26 |
+define("_REGISTRATION_TOEMAIL", "Email recipients");
|
|
| 27 |
+ |
|
| 28 |
+if(!defined("_UNINSTALLWARNING")) {
|
|
| 29 |
+ define("_UNINSTALLWARNING", "<strong>Warning!</strong> No data will be deleted from the database!");
|
|
| 30 |
+} |
|
| 31 |
+ |
|
| 32 |
+ |
|
| 33 |
+ |
|
| 0 | 34 |
\ No newline at end of file |