mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2025-01-29 16:38:25 +00:00
Merge PR #170 into develop
This commit is contained in:
commit
a7515ac217
@ -7,4 +7,4 @@
|
||||
; @license GNU General Public License version 2 or later; see LICENSE.txt
|
||||
|
||||
; The valid constants to search for
|
||||
encodings ="base64,base64_decode,base64_encode,zlib_decode,zlib_encode"
|
||||
encodings ="base64_decode,base64_encode,zlib_decode,zlib_encode"
|
||||
|
@ -120,7 +120,7 @@ class JedcheckerRulesEncoding extends JEDcheckerRule
|
||||
if (preg_match($this->encodingsRegex, $line))
|
||||
{
|
||||
$found = true;
|
||||
$this->report->addError($file, JText::_('COM_JEDCHECKER_ERROR_ENCODING'), $i + 1, $line);
|
||||
$this->report->addWarning($file, JText::_('COM_JEDCHECKER_ERROR_ENCODING'), $i + 1, $line);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user