]> git.mxchange.org Git - mailer.git/blobdiff - inc/language/en.php
Security line in all includes changed
[mailer.git] / inc / language / en.php
index efdee8c960d0231a1bf062191227fadd9206f415..7cad73b7306f65d0f0cfdfc0b926d3b68bfef893 100644 (file)
@@ -32,8 +32,7 @@
  ************************************************************************/
 
 // Some security stuff...
-if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
-{
+if (!defined('__SECURITY')) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 }
@@ -91,7 +90,7 @@ define('RETURN_MYSQL_PAGE', "Back to MySQL settings");
 define('INSTALL_FINALIZER_FAILED', "While installtion unexpected errors occur! The finalizer cannt finish installation.");
 define('INSTALL_MAYBE_DONE', "The installation is possibely completed or unexpected errros occur.");
 define('INSTALL_FINISHED', "Installation is completed! :-)");
-define('INSTALL_FIN_SECU', "<STRONG><U>Security notes:</U></STRONG><BR>Install a .htaccess file in directory inc and templates including all secondary directories.");
+define('INSTALL_FIN_SECU', "<STRONG><U>Security notes:</U></STRONG><br />Install a .htaccess file in directory inc and templates including all secondary directories.");
 define('CONTINUE_ADMIN', "Continue to administrator's area...");
 define('RUNTIME_PROBLEMS_DETECTED', "Runtime-problem detected!");
 define('FATAL_INC_WRITABLE', "Directory inc is writeable! Please set the access rights to CHMOD 755.");
@@ -119,7 +118,7 @@ define('ADMIN_LOGIN_ALREADY_REG', "Your entered admin-login does already exists.
 define('ADMIN_REGISTER_FAILED', "While creating an admin-account an unexpected error occurs!");
 define('ADMIN_REGISTER_DONE', "Admin account created. You can use the account to login into the admin-area.");
 define('ADMIN_CANNOT_COMPLETE', "Cannot finish registration of admin-account!");
-define('ADMIN_LOGIN_NOW', "You can now login into the admin-area.<BR>Enter your admin-login (not user-login!) and the password to do so.");
+define('ADMIN_LOGIN_NOW', "You can now login into the admin-area.<br />Enter your admin-login (not user-login!) and the password to do so.");
 define('ENTER_ADMIN_LOGIN', "Administrator login");
 define('ENTER_ADMIN_PASS', "Password");
 define('ADMIN_LOGIN_SUBMIT', "Login to admin-area");