
04-07-2003, 12:35 PM
|
 |
|
|
Join Date: Dec 2002
Location: Glasgow
Posts: 382
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
// FORUM INTEGRATION
//
$cfgUserAuth = 'vbulletin'; // Match this with the forum you are using.
// Can be: 'vbulletin', 'phpbb', 'ip'
//
// IMPORTANT PATH SETTINGS
//
$cfgGalleryDirWeb = '/cupboards/gallery/'; // absolute web path to gallery files
$cfgImageDirWeb = '/cupboards/gallery/images/'; // absolute web path to image dir
$cfgImageDirLocal = '/var/www/html/gallery/images/'; //The local path to the image dir
$cfgThumbDirWeb = '/cupboards/gallery/thumbnails/'; // absolute web path to thumbnails dir
$cfgThumbDirLocal = '/var/www/html/gallery/thumbnails/'; // The local path to the thumbnails dir
// Put the forums usernumbers for the OakGallery Admins here (comma separated).
// Like this: '1,2,3,4' - NOT like this: '1, 2, 3' !!!
$cfgAdminList = '2';
$cfgForumDir = '/var/www/html/cupboards/'; // The local path to the forum dir
$cfgGalleryDir = '/var/www/html/cupboards/gallery/'; // The local path to the vGallery dir
$cfgConvert = '/usr/bin/convert'; // Local path to ImageMagick's convert
$cfgComposite = '/usr/bin/composite'; // Local path to ImageMagick's composite
|
|