Просмотр файла downloads/downloads/polytones/wapbuddy_settings.php

Размер файла: 322B
<?
// SETTTINGS
$conf["site_name"] = "C100FuN"; // the name of your site
$conf["welcome_message"] = "Downloads"; // default greeting

$conf["items_per_page"] = 10;

$conf["dirs"] = array ( // folders which store downloads
   "top10"
   ,"rus"
   ,"eng"
   //,your new folder (don't forget the comma)
);


?>