- Timestamp:
- Oct 7, 2008, 8:39:26 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
www/block/index.php
r4 r110 16 16 'Váš počítač není registrován. Zaregistrujte jej prosím.'); 17 17 18 include_once('../ global.php');18 include_once('../centrala/global.php'); 19 19 $DbResult = $Database->query("SELECT * FROM hosts WHERE IP='".$_SERVER['REMOTE_ADDR']."'"); 20 20 if($DbResult->num_rows > 0) 21 21 { 22 22 $Row = $DbResult->fetch_array(); 23 $DbResult = $Database- select('users', '*', 'id='.$Row['user']);23 $DbResult = $Database->select('users', '*', 'id='.$Row['user']); 24 24 $User = $DbResult->fetch_array(); 25 25
Note:
See TracChangeset
for help on using the changeset viewer.