ed47c15 ^
1 2 3 4 5 6 7 8 9
<?php define('MAX_IMAGE_SIZE', 1024 * 1024 * 4); define('MAX_URL_SIZE', 255); define('DB_DSN', 'sqlite:similar.sqlite3'); define('MAX_WORDS', 100); define('MAX_WORD_LENGTH', 10); ?>