Skip to content

Commit 6d9c536

Browse files
committed
nulled error outout
1 parent cbb8c59 commit 6d9c536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/inc/mail-wrapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/local/vesta/php/bin/php
22
<?php
3-
3+
error_reporting(NULL);
44
if (empty($argv[1])) {
55
echo "Error: not enough arguments\n";
66
exit(3);

0 commit comments

Comments
 (0)