getopts fix

This commit is contained in:
Sándor 2021-05-28 09:21:36 +02:00
parent b460a872f3
commit 079ac5d30e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
/* -------------------------------------------------------------- */ /* -------------------------------------------------------------- */
// Options // Options
$opts = getopt('c::'); $opts = getopt('c:');
// Basic functions // Basic functions
function logger($tabs = 1, $txt, $lvl = 1, $exit = false) function logger($tabs = 1, $txt, $lvl = 1, $exit = false)