php-mpos/public/include/pages
Sebastian Grewe fa7f61c436 Adding transaction fees to transaction class
This will add back the transaction fees. Prior to this commit the pool
had to cover the transaction fees. Now for each transaction the full
balance is transferred (RPC Daemon will remove the TX Fee) but two
transactions are added. One for the Debig and one TXFee.

Fixes #203.

**Requires database upgrade with supplied SQL file**
2013-06-17 11:17:15 +02:00
..
about
account Adding transaction fees to transaction class 2013-06-17 11:17:15 +02:00
admin Further cleanup to reduce PHP notice warnings 2013-06-14 13:51:06 +02:00
api Add API call for getuserstatus 2013-06-06 22:40:51 +02:00
password working version of password reset with one time token 2013-05-25 12:08:51 +02:00
register Adding ReCaptcha support for account registration 2013-06-13 14:47:33 +02:00
statistics Further cleanup to reduce PHP notice warnings 2013-06-14 13:51:06 +02:00
about.inc.php
account.inc.php Adding support for user locking 2013-06-13 11:36:28 +02:00
admin.inc.php Adding support for user locking 2013-06-13 11:36:28 +02:00
api.inc.php Properly abort API calls if api_key is invalid 2013-05-29 12:41:53 +02:00
gettingstarted.inc.php
home.inc.php
login.inc.php Adding support for user locking 2013-06-13 11:36:28 +02:00
logout.inc.php
news.inc.php
password.inc.php
register.inc.php Adding ReCaptcha support for account registration 2013-06-13 14:47:33 +02:00
statistics.inc.php Addressing #96, missing difficulty on stats page 2013-06-04 09:08:30 +02:00
support.inc.php