summaryrefslogtreecommitdiffstats
path: root/system/index.html
diff options
context:
space:
mode:
authorDmitriy Verkhoumov <verkhoumov@users.noreply.github.com>2017-01-21 15:05:41 +0100
committerGitHub <noreply@github.com>2017-01-21 15:05:41 +0100
commit674d3657e917f83874dca7239cd3a988a5e0b693 (patch)
tree2af2e87ea87b1c4dd5b3ee024bfa9cabad5e72ce /system/index.html
parent44c7af639ac1726780b64fb5a6cb6fca2df8b651 (diff)
Fixed show_error() for check $exit_status
At the beginning of the function it checks whether a parameter $status_code is less than 100. Then the parameter $exit_status is formed by summing the $status_code + 9. In this case, the parameter $exit_status can not be more than 108, but somehow it is checked whether the value of the parameter $exit_status over 125. Such a situation can not occur under any circumstances.
Diffstat (limited to 'system/index.html')
0 files changed, 0 insertions, 0 deletions