]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/request/html/class_HtmlRequest.php
Continued:
[core.git] / framework / main / classes / request / html / class_HtmlRequest.php
index 5620782a23d33c43842798a8fd547d47979c0d9b..ae79f709137221d2af374bed38f870474d8f055b 100644 (file)
@@ -114,7 +114,7 @@ class HtmlRequest extends BaseRequest implements Requestable {
                // Does this header exist?
                if (isset($_SERVER[$name])) {
                        $headerValue = $_SERVER[$name];
-               } // END - if
+               }
 
                // Return the value
                return $headerValue;
@@ -143,7 +143,7 @@ class HtmlRequest extends BaseRequest implements Requestable {
                if (isset($_COOKIE[$cookieName])) {
                        // Then get it
                        $cookieValue = $_COOKIE[$cookieName];
-               } // END - if
+               }
 
                // Return the value
                return $cookieValue;