How to block backup in admin side of IPB?
Oct 27
To block backups for admin in IPB,
You need to open FTP
then
edit file public_html/admin/index.php
2-line add
if (@$_GET['code']==’backup’) {EXIT;};
save
Oct 27
To block backups for admin in IPB,
You need to open FTP
then
edit file public_html/admin/index.php
2-line add
if (@$_GET['code']==’backup’) {EXIT;};
save