123456789101112131415161718192021222324252627 |
- <?php
- if(!defined('LYCHEE')) die('Direct access is not allowed!');
- $db = 'lychee';
- $dbUser = 'lychee';
- $dbPassword = 'lychee_passwd';
- $dbHost = 'localhost';
- $user = 'lychee';
- $password = '1234';
- $checkForUpdates = true;
- $thumbQuality = 95;
- $sorting = 'DESC';
- ?>
|