xcat-core/xCAT-web/index.php
2007-11-27 16:00:27 +00:00

7 lines
139 B
PHP

<?php
// Main page of the xCAT web interface, but will redirect to the default page
header( 'Location: machines/groups.php' ) ;
?>