mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 12:48:24 +01:00
Removed closing PHP tag from generated LAN files. Removed empty LAN definitions.
This commit is contained in:
parent
ef239dbc0e
commit
71face9e46
@ -1150,8 +1150,9 @@ class lancheck
|
||||
|
||||
$message .="<br />";
|
||||
$message .="</div>";
|
||||
$input .= "\n\n?>";
|
||||
//<?
|
||||
/*
|
||||
$input .= "\n\n?>";
|
||||
*/
|
||||
// Write to file.
|
||||
|
||||
$writeit = str_replace("//","/",$writeit); // Quick Fix.
|
||||
|
@ -222,8 +222,7 @@ define("LAN_MAILOUT_205", "Email send format error");
|
||||
define("LAN_MAILOUT_206", "Invalid mail ID (--ID--) specified");
|
||||
define("LAN_MAILOUT_207", "Template load error");
|
||||
define("LAN_MAILOUT_208", "Template conversion error");
|
||||
define("LAN_MAILOUT_209", "");
|
||||
define("LAN_MAILOUT_210", "");
|
||||
|
||||
|
||||
// Block of status messages kept together
|
||||
define("LAN_MAILOUT_211", "Sent");
|
||||
|
@ -101,8 +101,8 @@ define("LAN_SIGNUP_65", "You have been assigned the following login name");
|
||||
define("LAN_SIGNUP_66", "Please make a note of it.");
|
||||
define("LAN_SIGNUP_67", "This will be assigned by the system after signup");
|
||||
//define("LAN_SIGNUP_68","Error: Unable to open remote XUP file");
|
||||
define("LAN_SIGNUP_69","");
|
||||
define("LAN_SIGNUP_70","");
|
||||
|
||||
|
||||
define("LAN_SIGNUP_71", "You have reached the site limit for account registrations. Please login using one of your other accounts."); // LAN_202
|
||||
define("LAN_SIGNUP_72", "Thanks for signing up on [sitename]! We just sent you a confirmation email to [email]. Please click on the confirmation link in the email to complete your sign up and activate your account."); // LAN_405
|
||||
define("LAN_SIGNUP_73", "Thank you!"); // LAN_406
|
||||
|
@ -86,7 +86,7 @@ define("RSS_LAN_ADMIN_27", "Uncheck All");
|
||||
//define("RSS_LAN_ADMIN_28", "Nothing changed - not saved");//LAN_NOCHANGE_NOTSAVED
|
||||
|
||||
define("RSS_LAN_ADMIN_31", "rss entries limits updated");
|
||||
define("RSS_LAN_ADMIN_32", "");
|
||||
|
||||
define("RSS_LAN_ADMIN_33", "Show image in News Feed?");
|
||||
|
||||
define("RSS_LAN_0", "RSS");
|
||||
|
Loading…
x
Reference in New Issue
Block a user