]> git.mxchange.org Git - mailer.git/blobdiff - inc/stylesheet.php
Redirection fixed
[mailer.git] / inc / stylesheet.php
index d311ef3d29bdfe42698731562a3589f88cdd7147..c5e0d7a80ad02ea7e1ffb17e27243eaff97ffe00 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 08/29/2003 *
- * ===============                              Last change: 12/03/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 08/29/2003 *
+ * ===================                          Last change: 12/03/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : stylesheet.php                                   *
@@ -111,7 +111,7 @@ if ((getOutputMode() == 1) || (getConfig('css_php') == 'DIRECT')) {
                // Default theme first
                $newTheme = 'default';
                if (isGetRequestElementSet('theme'))  $newTheme = getRequestElement('theme');
-               if (isPostRequestElementSet('theme')) $newTheme = SQL_ESCAPE(postRequestElement('theme'));
+               if (isPostRequestElementSet('theme')) $newTheme = secureString(postRequestElement('theme'));
                outputHtml('?theme=' . $newTheme . '&amp;installing=1', false);
        } else {
                // Add SVN revision to bypass caching problems