Changeset 659 for trunk/block/index.php
- Timestamp:
- May 29, 2014, 11:59:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/block/index.php
r578 r659 1 1 <?php 2 2 3 include_once('../ Common/System.php');3 include_once('../Application/System.php'); 4 4 5 5 class BlockPage extends Page … … 29 29 $DbResult = $this->Database->select('Member', '*', 'Id='.$Device['Member']); 30 30 $Member = $DbResult->fetch_array(); 31 31 32 32 if($Member['Blocked'] == 1) 33 33 { … … 35 35 } else $Output .= $this->Reasons[0]; 36 36 } else $Output .= $this->Reasons[4]; 37 37 38 38 $Output .= '<br/><br/>V případě problémů kontaktujte technickou podporu na telefonu 737785792<br/><br/>'; 39 39 $Output .= '</body></html>';
Note:
See TracChangeset
for help on using the changeset viewer.