7be397c997
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@85 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
7 lines
139 B
PHP
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' ) ;
|
|
|
|
?>
|