lektura
Jonas Oberg 2017-06-15 13:45:58 +02:00
commit ee00d160af
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ DefaultContentLanguage = "en"
languageCode = "en-us"
languageName = "English"
favicon = "favicon.ico"
url = "http://pmpc.mehl.mx"
url = "https://publiccode.eu"
[params.sharemeta]
previewImage = "img/header.jpg"

View File

@ -5,7 +5,7 @@ $timer_start = microtime(true); // Start counter for PHP execution time trackin
$codemod = 2138367; // modificator with which the confirmation ID will be obfuscated
$output = "";
$selfurl = "http://pmpc.mehl.mx/cgi/sign.php"; // absolute URL of this PHP script
$selfurl = "https://publiccode.eu/cgi/sign.php"; // absolute URL of this PHP script
$db = "/usr/share/blog/data/signatures/signatures.json"; // Signature database path
$ipdb = "/usr/share/blog/data/signatures/ips.json"; // IP database path
$spamdb = "/usr/share/blog/data/signatures/spammer_" . date('Y-m-d') . ".json"; // This day's potential spammer database