nulled error outout

This commit is contained in:
Serghey Rodin 2015-06-03 17:40:52 +03:00
commit 6d9c53612d

View file

@ -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);