|
@@ -9,9 +9,9 @@ $config = [
|
|
|
'passwd' => 'password', // mysql password
|
|
'passwd' => 'password', // mysql password
|
|
|
'db' => 'database', // database name
|
|
'db' => 'database', // database name
|
|
|
'port' => '3306', // mysql port
|
|
'port' => '3306', // mysql port
|
|
|
- 'basedir' => '/home/user/public_html/obrazki/', // filesystem path (keep the trailing /)
|
|
|
|
|
|
|
+ 'basedir' => '/home/user/public_html/obrazki/images/', // filesystem path to image dirs subdir (keep the trailing /)
|
|
|
'basepath' => '/obrazki/', // webroot path for scripts (keep the trailing /)
|
|
'basepath' => '/obrazki/', // webroot path for scripts (keep the trailing /)
|
|
|
- 'imagepath' => '/obrazki/', // webroot path for image dirs (keep the trailing /)
|
|
|
|
|
|
|
+ 'imagepath' => '/obrazki/images/', // webroot path for image dirs (keep the trailing /)
|
|
|
'thumbnailpath' => '/obrazki/miniatury/', // webroot path for thumbnails (keep the trailing / and do not change for now)
|
|
'thumbnailpath' => '/obrazki/miniatury/', // webroot path for thumbnails (keep the trailing / and do not change for now)
|
|
|
'thumbnailsize' => 70, // thumbnail width in pixels, do not change for now)
|
|
'thumbnailsize' => 70, // thumbnail width in pixels, do not change for now)
|
|
|
'timezone' => 'Europe/Warsaw', // timezone for date display
|
|
'timezone' => 'Europe/Warsaw', // timezone for date display
|