diff --git a/provides.php b/provides.php index 04f059d..ca25e4f 100644 --- a/provides.php +++ b/provides.php @@ -23,6 +23,5 @@ ), 'reports' => array( 'hardware' => array('view' => 'hardware', 'i18n' => 'machine.hardware_report'), - 'backup' => array('view' => 'backup_report', 'i18n' => 'backup.report') ) ); diff --git a/views/backup_report.php b/views/backup_report.php deleted file mode 100644 index 70c601b..0000000 --- a/views/backup_report.php +++ /dev/null @@ -1,21 +0,0 @@ -view('partials/head', array( - "scripts" => array( - "clients/client_list.js" - ) -)); ?> - -
- -
- - view($this, 'timemachine'); ?> - view($this, 'crashplan'); ?> - view($this, 'backup2go'); ?> - -
- -
- - - -view('partials/foot'); ?> \ No newline at end of file