n/oldblog
Archived
1
0
Fork 0
This repository has been archived on 2024-02-13. You can view files and clone it, but cannot push or open issues or pull requests.
oldblog/modules/backends/conf/hoaxbuster.ini.php

12 lines
366 B
PHP
Raw Permalink Normal View History

2023-04-30 21:28:42 +02:00
<?php
$source = "http://www.hoaxbuster.com";
$filename = "hoaxbuster";
$titlesite = "HoaxBuster";
$linksite = "http://www.hoaxbuster.com";
$descriptionsite = "Premi<EFBFBD>re ressource francophone sur les hoax";
$languagesite = "fr";
$baseurl = "http://www.hoaxbuster.com";
$grep = "|<td class=\"Texte\"><a href=\"(.+?)\"><b>(.+?)</b></a><br>|";
$offset = 0;
?>