My CWP control panel login (admin and clients) refuses to load after i run this command on terminal:
find "/home/somedomain/public_html/renametest" -type f -name "*.php" -exec sed -i "s/mysql_real_escape_string/mysqli_real_escape_string/g" {} \;
I used that command to search and replace 'mysql_real_escape_string' to 'mysqli_real_escape_string' inside all php files on that folder.
How could the login panel be affected by that?
*my ip is not blocked by csf...
Any help?