View file inc/settings.php

File size: 477B
<?php
// Master Autoindex
// ionutvmi@gmail.com 
// Sep 2012
// master-land.net

$set->db_name = "zmobiin_mdown";
$set->db_user = "zmobiin_mdown";
$set->db_host = "localhost";
$set->db_pass = "(@=BgF#Ra%gz";


$set->name = "Zmobi.In"; // site name
$set->url = "http://zmobi.in/mobile/"; // site url
$set->logo = "http://zmobi.in/mobile/logo.png"; // logo url (full url http://site.com/logo.png)
$set->perpage = "10"; // how many records per page
define("MAI_PREFIX","zmobim_");