1818a1819,1825
>
> /* Added by Stefano Coletta (aka Creator) http://www.mindcreations.com on 26/08/2003 */
> #ifdef USE_STATUSMAP
> printf("
 | ",STATUSMAP_CGI,url_encode(temp_status->host_name),url_images_path,STATUSMAP_ICON,STATUS_ICON_WIDTH,STATUS_ICON_HEIGHT);
> #endif
> /* End */
>
1824d1830
<
2154a2161,2166
>
> /* Added by Stefano Coletta (aka Creator) http://www.mindcreations.com on 26/08/2003 */
> #ifdef USE_STATUSMAP
> printf("
\n",STATUSMAP_CGI,url_encode(hststatus->host_name),url_images_path,STATUSMAP_ICON);
> #endif
> /* End */
2726a2739
>
2727a2741,2747
>
> /* Added by Stefano Coletta (aka Creator) http://www.mindcreations.com on 26/08/2003 */
> #ifdef USE_STATUSMAP
> printf(" \n",STATUSMAP_CGI,url_encode(temp_host->name),url_images_path,STATUSMAP_ICON);
> #endif
> /* End */
>
|