Fibinger Ádám
2020-06-03 906fcfe5a3d128fe4bb99a6e304fed47245c407a
form.php
@@ -26,6 +26,11 @@
   $html_content = $twig->render('overlays/stripe.twig', ['stripe' => $s, 'autorefresh' => 30]);
   file_put_contents(OVERLAY_DIR . 'team-ban-refresh.html', $html_content);
   $redis = new Redis();
   $redis->pconnect('127.0.0.1');
   $redis->publish('overlay', 'update');
   $redis->close();
} else {
    if (file_exists(STRIPE_JSON)) {
        $raw_json = file_get_contents(STRIPE_JSON);