Changeset 294 for trunk/block/index.php
- Timestamp:
- Oct 2, 2010, 6:19:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/block/index.php
r291 r294 20 20 <strong>Důvod:</strong> '; 21 21 22 $DbResult = $this->Database->query('SELECT * FROM NetworkInterface WHERE LocalIP="'. $_SERVER['REMOTE_ADDR'].'"');22 $DbResult = $this->Database->query('SELECT * FROM NetworkInterface WHERE LocalIP="'.GetRemoteAddress().'"'); 23 23 if($DbResult->num_rows > 0) 24 24 {
Note:
See TracChangeset
for help on using the changeset viewer.