mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: Use of <? instead of <?php in some files broke login on some system configurations.
This commit is contained in:
parent
203758e577
commit
dedcfc6e94
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
<?
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Message tables.
|
* Message tables.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?
|
<?php
|
||||||
include_once('../tools/validate_cookie.php');
|
include_once('../tools/validate_cookie.php');
|
||||||
include_once('ring_session_manager_itf.php');
|
include_once('ring_session_manager_itf.php');
|
||||||
include_once('../tools/domain_info.php');
|
include_once('../tools/domain_info.php');
|
||||||
|
|
Loading…
Reference in a new issue