php-mpos/public/include
LucasJones dbba22ca67 Fix bug in admin dashboard
Fixes a bug causing the admin dashboard to throw an error, when the wallet has an account name which is an integer (e.g. "1").

This is caused by json_decode decoding the account address as an integer, which is passed to getaddressesbyaccount, throwing an error (as the daemon only accepts string values for account names).
2014-03-28 19:02:06 +00:00
..
classes [ADDED] Bonus to earnings page 2014-03-28 15:25:35 +01:00
config [ADDED] Sendmail/SMTP configuration options 2014-03-27 08:31:29 +01:00
lib [REPLACED] PHP mail() with Swiftmailer 2014-03-27 07:55:23 +01:00
pages Fix bug in admin dashboard 2014-03-28 19:02:06 +00:00
smarty/libs Various Fixes 2014-03-01 17:57:43 -07:00
admin_checks.php [FIX] isset host 2014-03-28 13:28:25 +01:00
autoloader.inc.php [REPLACED] PHP mail() with Swiftmailer 2014-03-27 07:55:23 +01:00
bootstrap.php [UPDATE] some style changes, design switcher for own designs 2014-03-25 15:54:48 +01:00
database.inc.php Various Fixes 2014-03-01 17:57:43 -07:00
smarty_globals.inc.php [UPDATE] some style changes, design switcher for own designs 2014-03-25 15:54:48 +01:00
smarty.inc.php Various Fixes 2014-03-01 17:57:43 -07:00
version.inc.php Merge branch 'development' into bootstrap 2014-03-21 16:01:03 +01:00