exit with brackets fix

This commit is contained in:
myvesta 2023-03-26 15:06:22 +02:00 committed by GitHub
parent 3192243fb4
commit 201cdad4b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
<?php
if (!isset($argv)) exit 5;
if (!isset($argv)) exit(5);
include ("/usr/local/vesta/func/main.php");
include ("/usr/local/vesta/func/string.php");