Admin login
Status: Inactive
Brought to you by:
andre_coh
In the release phpstat-1b the Admin login does not work
because it was never entered into the database. To be
able to access the admin menu using the 'root' user add
the following mySql query.
INSERT INTO `stat_user` VALUES (32, 'root', '0000-00-00
00:00:00', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, '0', 0,
'', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 'root', '', 1);
The default password will be 'root'.