Initial commit

This commit is contained in:
Mohan Khadka
2016-07-20 11:40:28 +05:45
parent 4626203ee6
commit 28b572b7f9
-1
View File
@@ -467,7 +467,6 @@ function make_icon($i){
$svg.='</svg>';
endif;
echo $svg;
$svg = null;
}
if(isset($get) && !empty($get)):
header('Content-type:image/svg+xml');