[HELP] I don't know how to change my language for my retro..

infinitysuper

New Member
Jun 28, 2012
20
0
I got a phoenixEMU [paidfor] and I have phoenixCMS but when I went to my local host it is in a different language .. how do I change this?
 

infinitysuper

New Member
Jun 28, 2012
20
0
Code:
<?php
/*=======================================================================
| Phoenix Cms Editada By www.CriaHabbos.com.br
\======================================================================*/
$host = "localhost";
$username = "root";
$password = "******";
$dbname = "rphotel";
 
$currentstyle = "Default";
$sitemail = '[email protected]';
 
$twitter = ""; //Twitter account
 
$language = 'en';
?>
 

ProLegitZ

Jacob is here bitch !
May 11, 2012
606
56
Code:
<?php
/*=======================================================================
| Phoenix Cms Editada By www.CriaHabbos.com.br
\======================================================================*/
$host = "localhost";
$username = "root";
$password = "******";
$dbname = "rphotel";
 
$currentstyle = "Default";
$sitemail = '[email protected]';
 
$twitter = ""; //Twitter account
 
$language = 'en';
?>
Not Real, the configs very diffrent.
 

Users who are viewing this thread

Top