This website works better with JavaScript.
Home
Explore
Help
Sign In
sandros
/
hls-recorder
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
getopts fix
master
Sándor
2 years ago
parent
b460a872f3
commit
079ac5d30e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
)
Write
Preview
Loading…
Cancel
Save