mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -07:00
nulled error outout
This commit is contained in:
parent
cbb8c593aa
commit
6d9c53612d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/local/vesta/php/bin/php
|
#!/usr/local/vesta/php/bin/php
|
||||||
<?php
|
<?php
|
||||||
|
error_reporting(NULL);
|
||||||
if (empty($argv[1])) {
|
if (empty($argv[1])) {
|
||||||
echo "Error: not enough arguments\n";
|
echo "Error: not enough arguments\n";
|
||||||
exit(3);
|
exit(3);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue