Skip to content

Commit

Permalink
Merge pull request #29 from HZKnight/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
lucliscio authored Sep 22, 2023
2 parents ba96e1e + a485601 commit 517f908
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Experience/core/config/econfigmanager.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ private function set_param2($param,$val){
}

private function set_param3($section,$param,$val){
echo "$section - $param - $val";
if (array_key_exists($section, $this->cfgJson)){
$this->cfgJson[$section] = array();
}
Expand Down
2 changes: 1 addition & 1 deletion src/Experience/core/utility/httprequest.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function __construct() {
$this->_requestParams['post'] = $_POST;
$this->_requestParams['cookie'] = $_COOKIE;

$this->_requestMethod = $_SERVER['REQUEST_METHOD'];
$this->_requestMethod = strtolower($_SERVER['REQUEST_METHOD']);
}

/**
Expand Down

0 comments on commit 517f908

Please sign in to comment.