How disable base64_decode if it is on eval only
Hello
We need to base64_decode function is disabled only if it is on eval function.
for example i need:
echo base64_decode($something);
enable.
and
echo eval(base64_decode($something));
disable.
Is there any way to prevent this on cPanel?
Regards
-
Found the solution: suhosin.executor.eval.blacklist=base64_decode .... 0
Please sign in to leave a comment.
Comments
1 comment