Ignore:
Timestamp:
01/09/2010 05:02:33 PM (2 years ago)
Author:
Acinonyx
Message:

[awmn] Escape HTML special characters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/awmn/includes/pages/gmap/gmap_fullmap.php

    r198 r230  
    44 * 
    55 * Copyright (C) 2005 Nikolaos Nikalexis <winner@cube.gr> 
     6 * Copyright (C) 2010 Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> 
    67 *  
    78 * This program is free software; you can redistribute it and/or modify 
     
    3132                global $main, $vars; 
    3233                $main->menu->hide = true; 
    33                 $this->tpl['gmap_key_ok'] = include_gmap("?page=gmap&subpage=js&node=".get('node')); 
     34                $this->tpl['gmap_key_ok'] = include_gmap(htmlspecialchars("?page=gmap&subpage=js&node=".get('node'))); 
    3435                return template($this->tpl, __FILE__); 
    3536        } 
Note: See TracChangeset for help on using the changeset viewer.