[Phphtmllib-devel] SF.net SVN: phphtmllib:[3531] trunk/open2300/lib/modules/api/ AviationWeather.in
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2010-07-12 21:35:22
|
Revision: 3531 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3531&view=rev Author: hemna Date: 2010-07-12 21:35:15 +0000 (Mon, 12 Jul 2010) Log Message: ----------- log ip Modified Paths: -------------- trunk/open2300/lib/modules/api/AviationWeather.inc Modified: trunk/open2300/lib/modules/api/AviationWeather.inc =================================================================== --- trunk/open2300/lib/modules/api/AviationWeather.inc 2010-07-12 21:35:01 UTC (rev 3530) +++ trunk/open2300/lib/modules/api/AviationWeather.inc 2010-07-12 21:35:15 UTC (rev 3531) @@ -50,9 +50,9 @@ //$this->timer->start(); $airport = $this->process_airport($icao); if (!empty($airport) && !is_null($airport)) { - $this->log->info("request for ".$this->airports_raw." yes"); + $this->log->info($_SERVER["REMOTE_ADDR"]." ".$this->airports_raw." yes"); } else { - $this->log->info("request for ".$this->airports_raw." no"); + $this->log->info($_SERVER["REMOTE_ADDR"]." ".$this->airports_raw." no"); } //echo "Time took ".$this->timer->get_elapsed()."<br>"; $this->metars[] = $airport; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |