mirror of https://github.com/BOINC/boinc.git
- user web: bug fixes
svn path=/trunk/boinc/; revision=23025
This commit is contained in:
parent
e3b2c06823
commit
2564465174
|
@ -696,3 +696,10 @@ David 13 Feb 2011
|
|||
util.inc
|
||||
user/
|
||||
host_venue_action.php
|
||||
|
||||
David 13 Feb 2011
|
||||
- user web: bug fixes
|
||||
|
||||
html/user/
|
||||
forum_moderate_thread.php
|
||||
add_venue.phhp
|
||||
|
|
|
@ -21,8 +21,6 @@ require_once("../inc/db.inc");
|
|||
require_once("../inc/util.inc");
|
||||
require_once("../inc/prefs.inc");
|
||||
|
||||
check_get_args(array("action", "subset", "venue", "cols", "tnow", "ttok"));
|
||||
|
||||
db_init();
|
||||
|
||||
$user = get_logged_in_user();
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
require_once('../inc/forum.inc');
|
||||
|
||||
check_get_args(array("action", "thread"));
|
||||
check_get_args(array("action", "thread", "ttok", "tnow"));
|
||||
|
||||
$logged_in_user = get_logged_in_user();
|
||||
BoincForumPrefs::lookup($logged_in_user);
|
||||
|
|
Loading…
Reference in New Issue