Fixed: Use of <? instead of <?php in some files broke login on some system configurations.
This commit is contained in:
parent
c3b0df569d
commit
6b46bc999d
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<?
|
||||
<?php
|
||||
|
||||
/*
|
||||
* Message tables.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?
|
||||
<?php
|
||||
include_once('../tools/validate_cookie.php');
|
||||
include_once('ring_session_manager_itf.php');
|
||||
include_once('../tools/domain_info.php');
|
||||
|
|
Loading…
Reference in a new issue