getopts fix
parent
b460a872f3
commit
079ac5d30e
|
@ -4,7 +4,7 @@
|
|||
/* -------------------------------------------------------------- */
|
||||
|
||||
// Options
|
||||
$opts = getopt('c::');
|
||||
$opts = getopt('c:');
|
||||
|
||||
// Basic functions
|
||||
function logger($tabs = 1, $txt, $lvl = 1, $exit = false)
|
||||
|
|
Loading…
Reference in New Issue