Changeset 873 for trunk/block/index.php


Ignore:
Timestamp:
Apr 6, 2020, 11:17:40 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Improved code format.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/block/index.php

    r659 r873  
    2222
    2323    $DbResult = $this->Database->query('SELECT * FROM NetworkInterface WHERE LocalIP="'.GetRemoteAddress().'"');
    24     if($DbResult->num_rows > 0)
     24    if ($DbResult->num_rows > 0)
    2525    {
    2626      $Interface = $DbResult->fetch_array();
     
    3030      $Member = $DbResult->fetch_array();
    3131
    32       if($Member['Blocked'] == 1)
     32      if ($Member['Blocked'] == 1)
    3333      {
    3434        $Output .= $this->Reasons[1];
     
    3838    $Output .= '<br/><br/>V případě problémů kontaktujte technickou podporu na telefonu 737785792<br/><br/>';
    3939    $Output .= '</body></html>';
    40     return($Output);
     40    return ($Output);
    4141  }
    4242}
Note: See TracChangeset for help on using the changeset viewer.