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

Размер файла: 341B
<?
// SETTTINGS
$conf["site_name"] = "http://tegos.ru"; // the name of your site
$conf["welcome_message"] = "Сделай закладку"; // default greeting

$conf["items_per_page"] = 30;

$conf["dirs"] = array ( // folders which store downloads
   "mp3"
   ,"video"

   //,your new folder (don't forget the comma)
);


?>