Ignore:
Timestamp:
May 28, 2014, 11:00:26 PM (10 years ago)
Author:
chronos
Message:
  • Added: Better handling of repeater false referrer links. Now use manual BlackList table for checking which IP source is blocked.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/system.php

    r809 r811  
    250250  and method_exists($this->OnPageNotFound[0], $this->OnPageNotFound[1]))
    251251          $Output = $this->BaseView->ShowPage(call_user_func_array($this->OnPageNotFound, array()));
    252                 else 
     252                else
    253253                {
    254254                        $Output = $this->PageNotFound();
     
    452452        {
    453453                $Output = $this->ShowHeader().$Content.$this->ShowFooter();
    454                 if($this->System->Config['Web']['FormatOutput']) 
     454                if($this->System->Config['Web']['FormatOutput'])
    455455              $Output = $this->FormatOutput($Output);
    456456                return($Output);
Note: See TracChangeset for help on using the changeset viewer.