Browse Source

getopts fix

master
Sándor 2 years ago
parent
commit
079ac5d30e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      record.php

+ 1
- 1
record.php View File

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


Loading…
Cancel
Save