The other index.php file is this..I will try and change the theme
<?php
require_once(‘admin.php’);
$title = __(‘Dashboard’);
require_once(‘admin-header.php’);
require_once (ABSPATH . WPINC . ‘/rss-functions.php’);
$today = current_time(‘mysql’, 1);
?>
[moderated the long code]