/[projects]/misc/xenconsole/config.php-template
ViewVC logotype

Contents of /misc/xenconsole/config.php-template

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2022 - (show annotations) (download)
Fri Jul 19 12:11:36 2013 UTC (10 years, 10 months ago) by torben
File size: 194 byte(s)
add option for hiding IPv6 adresse
1 <?php
2
3
4 $url = "https://127.0.0.1"; /* URL of the Citrix XenSerer Xapi */
5 $login = "root"; /* login/user for the citrix box */
6 $password = ""; /* password for the user */
7
8 $hideipv6 = true;
9
10 ?>

  ViewVC Help
Powered by ViewVC 1.1.20