hello!
after installing version 3.0.0b5 and after login as operator, the first line of home page is still
'wellcome in phpopenchat INSTALLATION'
well , i read that in italian, i'm just guessing the
translation.
Howevere is it normal that appear INSTALLATION ?
I must change the source or it should be done automaticly ?
Thank you in advance and sorry for my very bed english
Marcello
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-11-16
Marcello,
You need to go to your languages folder and modify every inc file and look for this line:
/**
* used within index.php
*/
define('WELCOME','Welcome to your PHPOpenChat-Installation');
Change to whatever you want. That should do it.
Jordan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello!
after installing version 3.0.0b5 and after login as operator, the first line of home page is still
'wellcome in phpopenchat INSTALLATION'
well , i read that in italian, i'm just guessing the
translation.
Howevere is it normal that appear INSTALLATION ?
I must change the source or it should be done automaticly ?
Thank you in advance and sorry for my very bed english
Marcello
Marcello,
You need to go to your languages folder and modify every inc file and look for this line:
/**
* used within index.php
*/
define('WELCOME','Welcome to your PHPOpenChat-Installation');
Change to whatever you want. That should do it.
Jordan
Thank you very much.
It solved.
Marcello