default language

This commit is contained in:
Vasil Kolev 2015-10-20 01:18:04 +03:00 committed by Openfest
parent d06f44761f
commit a414eb4154
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@
$data = require __DIR__ . DIRECTORY_SEPARATOR . 'load.php';
/* sensible default */
if (empty($lang)) $lang = 'bg';
$cut_len = 70;
$cfp_url = 'http://cfp.openfest.org';
$time = 0;