View file wapbuddy_settings.php

File size: 396B
<?
// SETTTINGS
$conf["chat ozzy"] = "users pictures"; // the name of your site
$conf["welcome to downloads"] = "welcome to top-site"; // default greeting

$conf["items_per_page"] = 10000;

$conf["dirs"] = array  ( // folders which store downloads
   "TONES"
   ,"GAMES"
   ,"VIDEOS"
   ,"GIFS"
   ,"pictures"
   ,"symbain"
   //,your new folder (don't forget the comma)
);


?>