Ignore:
Timestamp:
May 1, 2016, 11:13:57 PM (8 years ago)
Author:
chronos
Message:
  • Fixed: Build under FPC 3.0 and Lazarus 1.6.
  • Modified: Updated internet tariffs page.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Portal/UPagePortal.pas

    r107 r114  
    231231    // Show pannels
    232232    //if(IsInternetAddr()) echo('Internet'); else echo('LAN');
    233     //$Output .= $this->InfoBar();
     233    // $Output .= $this->InfoBar();
    234234    Output := Output + '<table id="MainTable"><tr>';
    235235    Session.Database.Select(DbRows, 'PanelColumn', '*');
     
    275275function TWebPagePortal.OnlineHostList: string;
    276276begin
    277 
     277  Result := '';
    278278end;
    279279
    280280function TWebPagePortal.UserPanel: string;
    281281begin
    282 
     282  Result := '';
    283283end;
    284284
     
    299299function TWebPagePortal.WebcamPanel: string;
    300300begin
    301 
     301  Result := '';
    302302end;
    303303
Note: See TracChangeset for help on using the changeset viewer.