Ignore:
Timestamp:
Mar 25, 2015, 9:18:42 AM (9 years ago)
Author:
chronos
Message:
  • Modified: Changed user Login and Registration form to be horizontally centered.
  • Modified: Disabled public visibility of captured referrers. There is no way how to block spam referrers automatically.
  • Fixed: Indentation in Dictionary module.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Referrer/Referrer.php

    r816 r829  
    9090    $Output .= $Banner.' &nbsp;&nbsp;<textarea rows="2" cols="30">'.htmlspecialchars($Banner).'</textarea><br />';
    9191    $Output .= $BannerSmall.' &nbsp;&nbsp;<textarea rows="2" cols="30">'.htmlspecialchars($BannerSmall).'</textarea><br />';
     92
     93    if($this->System->User->Licence(LICENCE_ADMIN)) {
    9294
    9395    $MonthAge = 3;
     
    153155    $Output .= '</table>';
    154156    $Output .= $PageList['Output'];
     157
     158    }
    155159    return($Output);
    156160  }
Note: See TracChangeset for help on using the changeset viewer.