xcat-core/xCAT-web/support/diagnose.php
2008-10-17 01:45:03 +00:00

12 lines
238 B
PHP

<?php
// Utilities to help diagnose problems in the cluster
$TOPDIR = '..';
require_once "$TOPDIR/lib/functions.php";
insertHeader('Diagnose', NULL, NULL, array('support','diagnose'));
insertNotDoneYet();
insertFooter();
?>