I get the following error when I try to log into my admin page after upgrading 6.1.4 to 6.1.5
Warning: file_get_contents(/home/xxxxxx/public_html/admin/admin_login.html) [function.file-get-contents]: failed to open stream: No such file or directory in /home/xxxxxx/public_html/inc/admin.inc.php on line 190
Line 190 is: $ret = file_get_contents( $template );
Help !