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?
Thats what it says ...config> lang= en
<?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.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'; ?>
This is my /htdocs/config.php ....Not Real, the configs very diffrent.