PEAK XOOPS - Re: autologin and chat program : fatal error in englishin japanese

Re: autologin and chat program : fatal error

List posts in the topic

question Re: autologin and chat program : fatal error

msg# 1.1.1.1
depth:
3
Previous post - Next post | Parent - Children.1 | Posted on 2006/3/11 5:00
GIJOE  ÀèǤ·³Áâ   Posts: 4110
It looks bad position with insert into mainfile.php

good:
	if (!isset($xoopsOption['nocommon']) && XOOPS_ROOT_PATH != '') {
		require XOOPS_ROOT_PATH."/include/common.php";
		require XOOPS_ROOT_PATH."/include/autologin.php";
	}

bad:
	if (!isset($xoopsOption['nocommon']) && XOOPS_ROOT_PATH != '') {
		require XOOPS_ROOT_PATH."/include/common.php";
	}
	require XOOPS_ROOT_PATH."/include/autologin.php";

Votes:0 Average:0.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!