2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-29 17:35:32 +00:00
Files
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' ) ;
?>