Changeset 659 for trunk/block/index.php


Ignore:
Timestamp:
May 29, 2014, 11:59:39 PM (10 years ago)
Author:
chronos
Message:
  • Opraveno: Zobrazení hodnoty času trvání změn stavu rozhraní.
  • Upraveno: Vzdálenou IP klienta nezjišťovat z proxy adres. Tyto adresy se dají falšovat a tedy nejsou spolehlivé.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/block/index.php

    r578 r659  
    11<?php
    22
    3 include_once('../Common/System.php');
     3include_once('../Application/System.php');
    44
    55class BlockPage extends Page
     
    2929      $DbResult = $this->Database->select('Member', '*', 'Id='.$Device['Member']);
    3030      $Member = $DbResult->fetch_array();
    31      
     31
    3232      if($Member['Blocked'] == 1)
    3333      {
     
    3535      } else $Output .= $this->Reasons[0];
    3636    } else $Output .= $this->Reasons[4];
    37  
     37
    3838    $Output .= '<br/><br/>V případě problémů kontaktujte technickou podporu na telefonu 737785792<br/><br/>';
    3939    $Output .= '</body></html>';
Note: See TracChangeset for help on using the changeset viewer.