]> git.mxchange.org Git - mailer.git/blobdiff - inc/install-inc.php
More HTML swapped and admin contact link rewritten. Resolves #91
[mailer.git] / inc / install-inc.php
index c2aa8b041e2be7b80ef040e5031bb156f6197c7b..eb857910094daf7a2bca0bbd174264c32e30d058 100644 (file)
@@ -149,12 +149,7 @@ if ((!isBooleanConstantAndTrue('mxchange_installed')) || (!isBooleanConstantAndT
                break;
 
        case "1": // Server path, base URL
-               define('__PATH_LEN'     , strlen(PATH));
-               define('__BURL_LEN'     , strlen($burl));
-               define('__TITLE_LEN'    , strlen(MAIN_TITLE));
-               define('__SLOGAN_LEN'   , strlen(SLOGAN));
-               define('__WEBMASTER_LEN', (strlen(WEBMASTER) * 3));
-
+               // @Profi-Concept: Hab meine Meinung doch geaendert! :-)
                // Load template
                LOAD_TEMPLATE("install_page1");
                break;