Fixed: Use of <? instead of <?php in some files broke login on some system configurations.

This commit is contained in:
kaetemi 2010-05-09 17:17:22 +02:00
parent 203758e577
commit dedcfc6e94
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<?
<?php
/*
* Message tables.

View file

@ -1,4 +1,4 @@
<?
<?php
include_once('../tools/validate_cookie.php');
include_once('ring_session_manager_itf.php');
include_once('../tools/domain_info.php');