changing bank's page title

This commit is contained in:
Marcello Stanisci 2015-11-14 23:00:00 +01:00
parent aa75ad4e1c
commit 5955225dc3
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
$reserve_pk = $_POST['reserve_pk'];
$kudos_amount = $_POST['kudos_amount'];
$mint = $_POST['mint_rcv'];
echo $mint;
// check if the webform has given a well formed amount
$ret = preg_match ('/[0-9]+(\.[0-9][0-9]?)? [A-Z]+/', $kudos_amount, $matches);
if ($matches[0] != $_POST['kudos_amount'])

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Taler's "Toy" Shop</title>
<title>Taler's "demo" bank</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script>
/*