php-mpos/public
Sebastian Grewe 065f5e6d16 Adding working user admin panel to query user DB
* Users are all fetched from the DB
* Each user is assigned special stats
 * Hashrate
 * Shares
 * Balance
 * Est. Payout
 * Est. Donation
* Display in sortable and paginated table

This is not well optimized. Each user stats are grabbed individually
via the stats and transaction classes. It would probably make sense to
expand the statistics class to list a full user list with all statistics
available instead to cover this in a single SQL query.
2013-06-04 11:34:22 +02:00
..
include Adding working user admin panel to query user DB 2013-06-04 11:34:22 +02:00
site_assets/mmcFE Adding working user admin panel to query user DB 2013-06-04 11:34:22 +02:00
templates Adding working user admin panel to query user DB 2013-06-04 11:34:22 +02:00
.htaccess removing php values from htaccess 2013-05-06 21:17:34 +02:00
favicon.ico initial import of file base of my WIP 2013-05-06 14:11:38 +02:00
index.php include global condig and bail with error if not available 2013-05-14 12:46:09 +02:00