mirror of
https://github.com/voc/streaming-website
synced 2024-11-14 16:37:18 +00:00
fix lnp256 syntax errors
This commit is contained in:
parent
f9c474621d
commit
71774d90f5
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
<?php
|
||||
|
||||
$CONFIG['CONFERENCE'] = array(
|
||||
/**
|
||||
|
@ -121,7 +121,7 @@ $CONFIG['OVERVIEW'] = array(
|
|||
*/
|
||||
'GROUPS' => array(
|
||||
'Lecture rooms' => array(
|
||||
'babylon',,
|
||||
'babylon',
|
||||
),
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue