View file moduls/config.php

File size: 99B
<?php
$SERVERmysql = 'localhost';
$DB = 'ganjar';
$DB_USER = 'ganjar';
$DB_PASS = 'ganjar';
?>