Changeset 811 for trunk/includes


Ignore:
Timestamp:
May 28, 2014, 11:00:26 PM (11 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.
Location:
trunk/includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/Version.php

    r810 r811  
    66// and system will need database update.
    77
    8 $Revision = 810; // Subversion revision
    9 $DatabaseRevision = 803; // Database structure revision
    10 $ReleaseTime = '2014-05-25';
     8$Revision = 811; // Subversion revision
     9$DatabaseRevision = 811; // Database structure revision
     10$ReleaseTime = '2014-05-28';
  • 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.