default language
This commit is contained in:
parent
d06f44761f
commit
a414eb4154
|
@ -9,6 +9,9 @@
|
||||||
|
|
||||||
$data = require __DIR__ . DIRECTORY_SEPARATOR . 'load.php';
|
$data = require __DIR__ . DIRECTORY_SEPARATOR . 'load.php';
|
||||||
|
|
||||||
|
/* sensible default */
|
||||||
|
if (empty($lang)) $lang = 'bg';
|
||||||
|
|
||||||
$cut_len = 70;
|
$cut_len = 70;
|
||||||
$cfp_url = 'http://cfp.openfest.org';
|
$cfp_url = 'http://cfp.openfest.org';
|
||||||
$time = 0;
|
$time = 0;
|
||||||
|
|
Loading…
Reference in New Issue