Fibinger Ádám
2020-09-10 f2e0b5357a6f019780773cb87cc5c633b27c88f2
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);