librex/config.php

10 lines
359 B
PHP
Executable File

<?php
// This user agent will be used to access Google
$config_user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.81 Safari/537.36";
// e.g.: fr -> https://google.fr/
$config_google_domain = "com";
// Results will be in this language
$config_google_language = "en";
?>