View file system/config.php

File size: 103B
<?php
$mysql_host='localhost';
$mysql_user='root';
$mysql_password='1234';
$mysql_base='javan';
?>