mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
exit with brackets fix
This commit is contained in:
parent
3192243fb4
commit
201cdad4b3
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue