changing bank's page title
This commit is contained in:
parent
aa75ad4e1c
commit
5955225dc3
@ -42,7 +42,7 @@
|
|||||||
$reserve_pk = $_POST['reserve_pk'];
|
$reserve_pk = $_POST['reserve_pk'];
|
||||||
$kudos_amount = $_POST['kudos_amount'];
|
$kudos_amount = $_POST['kudos_amount'];
|
||||||
$mint = $_POST['mint_rcv'];
|
$mint = $_POST['mint_rcv'];
|
||||||
|
echo $mint;
|
||||||
// check if the webform has given a well formed amount
|
// check if the webform has given a well formed amount
|
||||||
$ret = preg_match ('/[0-9]+(\.[0-9][0-9]?)? [A-Z]+/', $kudos_amount, $matches);
|
$ret = preg_match ('/[0-9]+(\.[0-9][0-9]?)? [A-Z]+/', $kudos_amount, $matches);
|
||||||
if ($matches[0] != $_POST['kudos_amount'])
|
if ($matches[0] != $_POST['kudos_amount'])
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Taler's "Toy" Shop</title>
|
<title>Taler's "demo" bank</title>
|
||||||
<link rel="stylesheet" type="text/css" href="style.css">
|
<link rel="stylesheet" type="text/css" href="style.css">
|
||||||
<script>
|
<script>
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user