David Anderson
3abed383e5
web PHP code: use mysqli everywhere if available
...
Change all the PHP code to use _mysql_query() instead of mysql_query()
(and similar for other functions).
_mysql_query() uses the mysqli API if available, else the old API.
Going forward, all PHP code should the DB abstration layer if possible;
else it should use the _mysql_* functions.
2014-09-04 12:00:09 -07:00
David Anderson
769cc7eaea
admin web: link hosts in failure page
2013-08-16 22:31:18 -07:00
David Anderson
e401380d5c
admin web: fix PHP errors in failure page
2013-08-16 22:21:12 -07:00
David Anderson
ddd98cf8ec
- admin web: fixes and clarifications to failure summaries
...
svn path=/trunk/boinc/; revision=25171
2012-01-31 07:21:42 +00:00
David Anderson
9285bc3961
- admin web: improvements to the pages for investigating result failures
...
(though considerable funkiness remains)
svn path=/trunk/boinc/; revision=25170
2012-01-30 23:57:18 +00:00
David Anderson
9baf78fe5f
- web: added copyright and license info to PHP files
...
svn path=/trunk/boinc/; revision=15758
2008-08-05 22:43:14 +00:00
Bruce Allen
849f83488b
Checking in the right versions of these files....
...
svn path=/trunk/boinc/; revision=5353
2005-02-08 04:38:31 +00:00
David Anderson
435f8edd47
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5161
2005-01-20 23:22:22 +00:00
David Anderson
9bdde0b5b3
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3517
2004-06-09 19:15:57 +00:00
Rom Walton
b7ca5d74d4
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3463
2004-05-28 22:11:42 +00:00
Rom Walton
313a481e5f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3421
2004-05-24 00:02:37 +00:00
Rom Walton
01c6be9d7e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3420
2004-05-23 23:59:55 +00:00
Rom Walton
d39699eb9b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3419
2004-05-23 23:56:37 +00:00
Rom Walton
ef98b8f633
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3418
2004-05-23 23:52:59 +00:00