Changeset 56 for trunk/index.php


Ignore:
Timestamp:
Apr 7, 2020, 9:13:33 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Updated Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r55 r56  
    204204  function Show()
    205205  {
    206     $this->ClearPage = true;
     206    $this->RawPage = true;
    207207    $Result = 'User-agent: *'."\n".
    208208      'Disallow: /*?'."\n".
     
    216216  function Show()
    217217  {
    218     $this->ClearPage = true;
     218    $this->RawPage = true;
    219219    $Urls = array(
    220220      '/seznamka/',
Note: See TracChangeset for help on using the changeset viewer.