Merge branch 'ent-11822-acoustic-console-no-funciona' into 'develop'
Ent 11822 acoustic console no funciona See merge request artica/pandorafms!6309
This commit is contained in:
commit
354276fb9e
|
@ -27,12 +27,12 @@
|
|||
*/
|
||||
|
||||
|
||||
global $config;
|
||||
require_once '../../include/config.php';
|
||||
require_once '../../include/functions.php';
|
||||
require_once '../../include/functions_db.php';
|
||||
require_once '../../include/auth/mysql.php';
|
||||
|
||||
global $config;
|
||||
require_once $config['homedir'].'/include/class/HTML.class.php';
|
||||
|
||||
// Check user.
|
||||
check_login();
|
||||
|
|
Loading…
Reference in New Issue