Forráskód Böngészése

nulled error outout

Serghey Rodin 10 éve
szülő
commit
6d9c53612d
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      web/inc/mail-wrapper.php

+ 1 - 1
web/inc/mail-wrapper.php

@@ -1,6 +1,6 @@
 #!/usr/local/vesta/php/bin/php
 <?php
-
+error_reporting(NULL);
 if (empty($argv[1])) {
     echo "Error: not enough arguments\n";
     exit(3);