diff --git a/record.php b/record.php index b302897..6a85782 100644 --- a/record.php +++ b/record.php @@ -4,7 +4,7 @@ /* -------------------------------------------------------------- */ // Options -$opts = getopt('c::'); +$opts = getopt('c:'); // Basic functions function logger($tabs = 1, $txt, $lvl = 1, $exit = false)