Commit 991bd361 authored by Mark Harding's avatar Mark Harding

(chore): use correct tempalte

parent 2ead59f1
No related merge requests found
Pipeline #67897067 passed with stages
in 8 minutes and 33 seconds
......@@ -74,7 +74,7 @@ class EmailRewards
$validator = $_GET['validator'];
//$key = '.md';
//return;
if ($validator == sha1($campaign . 'gift-25-06-19.md' . $topic . $user->guid . Config::_()->get('emails_secret'))) {
if ($validator == sha1($campaign . 'gift-25-06-19.mdl' . $topic . $user->guid . Config::_()->get('emails_secret'))) {
$tokens = 5 * (10 ** 18);
$campaign = $validator; //hack
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment