Changeset 329
- Timestamp:
- Dec 18, 2011, 10:16:32 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/database.php
r327 r329 58 58 $Result = new DatabaseResult(); 59 59 $Result->PDOStatement = $this->PDO->query($Query); 60 if($Result )60 if($Result->PDOStatement) 61 61 { 62 62 $Result->num_rows = $Result->PDOStatement->rowCount(); -
trunk/global.php
r323 r329 463 463 $RemoteAddr = GetRemoteAddress(); 464 464 $RemoteAddr = explode('.', $RemoteAddr); 465 return(!(($RemoteAddr[0] == 10) and ($RemoteAddr[1] == 145))); 465 // return(!(($RemoteAddr[0] == 10) and ($RemoteAddr[1] == 145))); 466 return(!(($RemoteAddr[0] == 10))); 466 467 } 467 468 -
trunk/webcam/webcam.php
r292 r329 9 9 global $Config; 10 10 // return('<a href="'.$this->System->Config['Web']['RootFolder'].'/webcam/"><img alt="Webkamera školní hřiště" width="140" height="105" src="'.$this->System->Config['Web']['RootFolder'].'/webcam/'.$this->ImageFileName.'" /></a>'); 11 return('<a href="http://www.zdechov.net/kamery/ "><img alt="Webkamera školní hřiště" width="140" height="105" src="http://www.zdechov.net/images/webcam/webcam.jpg" /></a>');11 return('<a href="http://www.zdechov.net/kamery/?id=1"><img alt="Webkamera školní hřiště" width="140" height="105" src="http://www.zdechov.net/images/webcam/webcam.jpg" /></a>'); 12 12 } 13 13 }
Note:
See TracChangeset
for help on using the changeset viewer.