diff options
Diffstat (limited to 'frontends/php/popup.php')
| -rw-r--r-- | frontends/php/popup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/popup.php b/frontends/php/popup.php index f1dcff92..7e5f2a29 100644 --- a/frontends/php/popup.php +++ b/frontends/php/popup.php @@ -74,7 +74,7 @@ ?> <?php - $table = new Ctable(S_NO_HOSTS_DEFINED); + $table = new CTableInfo(S_NO_HOSTS_DEFINED); $table->setHeader(array(S_HOST,S_IP,S_PORT,S_STATUS,S_AVAILABILITY)); if(isset($_REQUEST["groupid"])&&($_REQUEST["groupid"]!=0)) |
