mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 02:25:05 +00:00
system: once seems enough #5768
This commit is contained in:
parent
5e9f7c2499
commit
58d491b99c
@ -63,7 +63,7 @@ function get_config_prop($path, $cnf = null)
|
||||
}
|
||||
}
|
||||
|
||||
$opts = getopt('cdghiirs', [], $optind);
|
||||
$opts = getopt('cdghirs', [], $optind);
|
||||
$args = array_slice($argv, $optind);
|
||||
|
||||
if (isset($opts['h'])) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user