6 lines
143 B
PHP
6 lines
143 B
PHP
<?php
|
|
$oConf = new ClassConfig();
|
|
$oTrans = new ClassTranslation();
|
|
|
|
//LOG IN process is managed at the start of themes/<theme_name>/index.php
|