mirror of
https://github.com/hnhx/librex.git
synced 2025-04-29 14:09:27 -04:00
10 lines
No EOL
359 B
PHP
Executable file
10 lines
No EOL
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";
|
|
?>
|