How to remove notification to rename admin.php

How to remove notification to rename admin.php

i want to remove this notificatin

i dont want a change link to admin.php. for me is ok

Does the notification provide you with a clickable link, the notice may go away after the link has been followed the first time.

they keep this as a sticky error message. It’s annoying since it does nothing to actually improve security. it just makes getting access to the store a tad more difficult, but for a serious hacker it would be no problem. It is a false sense of security.



Find the following lines in controllers/common/auth.php and comment them out.


if (Registry::get('config.admin_index') == 'admin.php') {
fn_set_notification('E', fn_get_lang_var('warning'), fn_get_lang_var('warning_insecure_admin_script'), 'S');
}

[quote name=‘tbirnseth’]they keep this as a sticky error message. It’s annoying since it does nothing to actually improve security. it just makes getting access to the store a tad more difficult, but for a serious hacker it would be no problem. It is a false sense of security.



Find the following lines in controllers/common/auth.php and comment them out.


if (Registry::get('config.admin_index') == 'admin.php') {
fn_set_notification('E', fn_get_lang_var('warning'), fn_get_lang_var('warning_insecure_admin_script'), 'S');
}
[/QUOTE]



thank you

nice flash banner you have in the home page. where did you find it?

I tried this in 4.1.x and it gives an error message once you try to sign out of admin account.

And the error message was…

Did the auth.php move? Where is it located in version 4.3.6?

Thanks

Did the auth.php move? Where is it located in version 4.3.6?

Thanks

app/controllers/common/auth.php

Thanks eCom

You are welcome!