From 079ac5d30e1e5c21b673d2d17051ab09c07d4dd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ndor?= Date: Fri, 28 May 2021 09:21:36 +0200 Subject: [PATCH] getopts fix --- record.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)