commit e186a5af1d4e0eddbfdaab07c8954e75aced1d44
parent fec2499bc666a7200f429e6e879d5b0e3c4f1ced
Author: markseu <mark2011@mayberg.se>
Date: Thu, 2 Mar 2017 15:31:49 +0100
System update (winter remix)
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/system/plugins/core.php b/system/plugins/core.php
@@ -2763,7 +2763,7 @@ class YellowToolbox
return (strtoupperu(substru(PHP_OS, 0, 3))!="WIN") ? ':' : '=';
}
- // Check if location contains location arguments
+ // Check if there are location arguments in current HTTP request
function isLocationArgs($location = "")
{
$location = empty($location) ? $_SERVER["LOCATION"].$_SERVER["LOCATION_ARGS"] : $location;
@@ -2771,7 +2771,7 @@ class YellowToolbox
return preg_match("/[^\/]+$separator.*$/", $location);
}
- // Check if location contains pagination arguments
+ // Check if there are pagination arguments in current HTTP request
function isLocationArgsPagination($location, $pagination)
{
$separator = $this->getLocationArgsSeparator();