Looks like you have manually edited the core of Wordpress, which is generally a bad idea because it prevents your ability to update easily. That admin.php file should be under /wp-admin/ and that line should look like this:
PHP Code:
require_once(dirname(dirname(__FILE__)) . '/wp-load.php');