]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/loader.php
Fixed logfile writing in installation phase, .revision is now ignored
[mailer.git] / inc / modules / loader.php
index 4b6a8d1d85da7360517b51957ffea5327f1b206b..260bd598b789a70d2df30f3175f64e9c68153474 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Referrer neu setzen                              *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $Revision:: 856                                                    $ *
+ * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009)              $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author:: stelzi                                                   $ *
+ * Needs to be in all Files and every File needs "svn propset           *
+ * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2008 by Roland Haeder                           *
  * For more information visit: http://www.mxchange.org                  *
@@ -37,9 +42,9 @@ if (!defined('__SECURITY')) {
        require($INC);
 }
 
-if (!empty($_GET['url'])) {
+if (REQUEST_ISSET_GET(('url'))) {
        // Decode URL
-       $url = decodeString(str_replace(" ", "+", compileUriCode(urldecode($_GET['url']))));
+       $url = decodeString(str_replace(" ", "+", compileUriCode(urldecode(REQUEST_GET('url')))));
 
        // Validate the URL
        if (VALIDATE_URL($url)) {