Joomla - administration security warning remove
- STEFi - 2007-11-06 07:51:25
How to remove security warning like "PHP register_globals setting is `ON` instead of `OFF`"?...
Joomla version: 1.0.13
1. go to Joomla directory
2. change to subdirectory administrator/includes
3. edit admin.php a find function josSecurityCheck
4. add "return" before first line of the function
function josSecurityCheck($width='95%') {
return;
...
...
}