- Timestamp:
- Jun 1, 2009, 11:23:59 AM (16 years ago)
- Location:
- trunk
- Files:
- 
      - 3 edited
 
 - 
          
  . (modified) (1 prop)
- 
          
  global.php (modified) (1 diff)
- 
          
  webcam/webcam_refresh.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk- Property svn:ignore
- 
      old new 3 3 statistic 4 4 webis 5 galerie 
 
- 
      
 
- Property svn:ignore
- 
      trunk/global.phpr226 r228 110 110 function AddEmailToQueue($Address, $Subject, $Content, $Headers = '') 111 111 { 112 $Address = 'robie@centrum.cz';113 112 $this->Database->insert('EmailQueue', array('Address' => $Address, 'Subject' => $Subject, 'Content' => $Content, 'Time' => 'NOW()', 'Headers' => $Headers)); 114 113 } 
- 
      trunk/webcam/webcam_refresh.phpr207 r228 7 7 if((time() - $Config['Web']['WebcamRefresh']) >= $ModifyTime) 8 8 { 9 $Output = shell_exec('wget "http://kamera-stred/Webcam.jpg?MobilePass='.$Config['Web']['WebcamPassword'].'&V=2&Q=2&B=2&U=0" -O webcam_cache.jpg -T 4');9 $Output = shell_exec('wget "http://kamera-stred/Webcam.jpg?MobilePass='.$Config['Web']['WebcamPassword'].'&V=2&Q=2&B=2&U=0" -O webcam_cache.jpg -T '.($Config['Web']['WebcamRefresh'] - 1)); 10 10 if((strpos($Output, 'failed') === false) and (strpos($Output, 'error') === false)) 11 11 shell_exec('mv -f webcam_cache.jpg webcam.jpg'); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
