Translations. Fixing the language bar.
This commit is contained in:
parent
27373f0c61
commit
28fc75dd25
38 changed files with 1006 additions and 150 deletions
8
includes/sessions.php
Normal file
8
includes/sessions.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
ob_start();
|
||||
|
||||
if (session_id() == '') {
|
||||
session_set_cookie_params(0, '/', '', true, true);
|
||||
session_start();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue