Page 1 of 1

how to see main_page.php when I login in?

Posted: 04 Dec 2017, 08:01
by hfare2018
hello,I wan't to know,how to see main_page.php when I login in?
now,I've two mantis paltforms.but,one can see main_page.php after login in,and another can't see main_main.php after login in.
can you give me some help?it cause of the version of PHP?thanks a lot.

Re: how to see main_page.php when I login in

Posted: 04 Dec 2017, 08:07
by atrol
You have to add the following line to file config_inc.php to see the "Main page"

Code: Select all

$g_news_enabled = ON;

Re: how to see main_page.php when I login in

Posted: 04 Dec 2017, 08:39
by hfare2018
OK,I've modified the values of '$g_news_enabled =',and I can see main-page.php already.
thanks atrol very much :D