2
In the admin.php file, here is the code that issues the warning:
if ( is_writable(XOOPS_ROOT_PATH."/mainfile.php" ) ) {
xoops_error(sprintf(_WARNINWRITEABLE,XOOPS_ROOT_PATH.'/mainfile.php'));
echo '
';
}
You could just be able to comment out that block and be done with it.