2007-10-26 22:44:33 +00:00
|
|
|
<?php
|
|
|
|
|
2007-11-27 16:00:27 +00:00
|
|
|
// Main page of the xCAT web interface, but will redirect to the default page
|
2007-10-26 22:44:33 +00:00
|
|
|
|
2007-11-27 16:00:27 +00:00
|
|
|
header( 'Location: machines/groups.php' ) ;
|
2007-10-26 22:44:33 +00:00
|
|
|
|
2007-11-21 12:08:19 +00:00
|
|
|
?>
|