mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-10-31 07:22:26 +01:00 
			
		
		
		
	fixed an xss issue in the gui
This commit is contained in:
		| @@ -18,7 +18,7 @@ | ||||
|          if(isset($s['search']) && $s['search']) { | ||||
| ?> | ||||
|          <div class="resultrow center"> | ||||
|             <a href="#" onclick="Piler.load_search_results_for_saved_query('<?php print urlencode($term['term']); ?>');"><?php print $s['search']; ?></a> | <a href="#" class="menulink" onclick="Piler.remove_saved_search_term(<?php print $term['ts']; ?>); return false;"><?php print $text_remove; ?></a></br /> | ||||
|             <a href="#" onclick="Piler.load_search_results_for_saved_query('<?php print urlencode($term['term']); ?>');"><?php print htmlspecialchars($s['search']); ?></a> | <a href="#" class="menulink" onclick="Piler.remove_saved_search_term(<?php print $term['ts']; ?>); return false;"><?php print $text_remove; ?></a></br /> | ||||
|          </div> | ||||
| <?php } } ?> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user