if (file_exists(__DIR__ . '/phpThumb.config.php')) {
    ob_start();
    if (include_once __DIR__ . '/phpThumb.config.php') {
        // great
    } else {