jinlin
2024-10-09 f76e09f832e71b29c7b7771c1d0aaa5858f9a20f
web/public/SVGOrigin/Method-Draw-master/editor/extensions/filesave.php
@@ -8,7 +8,7 @@
 * Copyright(c) 2010 Alexis Deveria
 *
 */
if(!isset($_POST['output_svg']) && !isset($_POST['output_png'])) {
  die('post fail');
}
@@ -38,7 +38,7 @@
 header("Content-Disposition: attachment; filename=" . $file);
 header("Content-Type: " .  $mime);
 header("Content-Transfer-Encoding: binary");
 echo $contents;
?>
?>