Author Topic: Login panel time out  (Read 307 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Login panel time out
« on: July 26, 2024, 07:36:31 PM »
My CWP control panel login (admin and clients) refuses to load after i run this command on terminal:
Code: [Select]
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?  :o
*my ip is not blocked by csf...

Any help?

Offline
*
Re: Login panel time out
« Reply #1 on: July 26, 2024, 09:16:08 PM »
Solved  ::)

Offline
*****
Re: Login panel time out
« Reply #2 on: July 27, 2024, 02:51:16 AM »
Oh? Do tell...