mirror of
https://github.com/ShaYmez/xlxd.git
synced 2025-03-09 13:58:32 -04:00
db v2.4.0
This commit is contained in:
parent
b6d5eda70c
commit
75a19316e5
@ -1,3 +1,10 @@
|
||||
xlx db v2.4.0
|
||||
|
||||
- "config.inc.php"
|
||||
- "index.php"
|
||||
- "js"
|
||||
- "layout.css"
|
||||
|
||||
xlx db v2.3.9
|
||||
|
||||
redesign for the callinghome.php
|
||||
|
@ -130,7 +130,7 @@ else {
|
||||
<body>
|
||||
<?php if (file_exists("./tracking.php")) { include_once("tracking.php"); }?>
|
||||
<div id="top"><img src="./img/header.jpg" alt="XLX Multiprotocol Gateway Reflector" style="margin-top:15px;" />
|
||||
<br /> <?php echo $Reflector->GetReflectorName(); ?> v<?php echo $Reflector->GetVersion(); ?> - Dashboard v<?php echo $PageOptions['DashboardVersion']; ?> / Service uptime: <span id="suptime"><?php echo FormatSeconds($Reflector->GetServiceUptime()); ?></span></div>
|
||||
<br /> <?php echo $Reflector->GetReflectorName(); ?> v<?php echo $Reflector->GetVersion(); ?> - Dashboard v<?php echo $PageOptions['DashboardVersion']; ?> <?php echo $PageOptions['CustomTXT']; ?> / Service uptime: <span id="suptime"><?php echo FormatSeconds($Reflector->GetServiceUptime()); ?></span></div>
|
||||
<div id="menubar">
|
||||
<div id="menu">
|
||||
<table border="0">
|
||||
|
Loading…
Reference in New Issue
Block a user