33
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2025-01-04 23:15:19 +00:00

Update jamss.php

This commit is contained in:
Brian Teeman 2023-08-22 12:03:10 +01:00 committed by GitHub
parent f90f34eb63
commit c325d2f696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,7 +131,7 @@ class JedcheckerRulesJamss extends JEDcheckerRule
// [1] = Name / Title // [1] = Name / Title
'1', '1',
// [2] = number // [2] = number
'Detected preg_replace function that evaluates (executes) mathed code. ' . 'Detected preg_replace function that evaluates (executes) matched code. ' .
'This means if PHP code is passed it will be executed.', 'This means if PHP code is passed it will be executed.',
// [3] = description // [3] = description
'php', 'php',