Control Web Panel

WebPanel => CentOS-WebPanel GUI => Topic started by: kyto on July 26, 2024, 07:36:31 PM

Title: Login panel time out
Post by: kyto 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?
Title: Re: Login panel time out
Post by: kyto on July 26, 2024, 09:16:08 PM
Solved  ::)
Title: Re: Login panel time out
Post by: overseer on July 27, 2024, 02:51:16 AM
Oh? Do tell...