mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Some code cleanup
This commit is contained in:
parent
de984cdaa1
commit
716b959e33
1 changed files with 2 additions and 3 deletions
|
@ -11,8 +11,7 @@ use Friendica\Core\Config;
|
||||||
use Friendica\Core\Worker;
|
use Friendica\Core\Worker;
|
||||||
|
|
||||||
// Get options
|
// Get options
|
||||||
$shortopts = '';
|
$shortopts = 'sc';
|
||||||
$shortopts .= 'sc';
|
|
||||||
$longopts = ['spawn', 'cron'];
|
$longopts = ['spawn', 'cron'];
|
||||||
$options = getopt($shortopts, $longopts);
|
$options = getopt($shortopts, $longopts);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue