- Code comments: Coding standards within

- Refactoring (minor): Use single quotes in PHP
This commit is contained in:
Brett Zamir
2018-05-31 07:52:13 +08:00
parent 8f53e34c0c
commit a5c25a2113
6 changed files with 31 additions and 31 deletions

View File

@@ -4,7 +4,7 @@
// files to your server which may cause disk space or possibly security problems
require('savefile_config.php');
if (!isset($_POST['output_svg'])) {
print "You must supply output_svg";
print 'You must supply output_svg';
exit;
}
$svg = $_POST['output_svg'];