- web: bug fixes

svn path=/trunk/boinc/; revision=14474
This commit is contained in:
David Anderson 2008-01-06 18:09:23 +00:00
parent dcffe3a9e7
commit fef16a7498
3 changed files with 11 additions and 2 deletions

View File

@ -116,3 +116,12 @@ Charlie Jan 6 2008
client/
hostinfo_unix.C
main.C
David Jan 6 2007
- web: bug fixes
html/
inc/
util.inc
ops/
update_profile_pages.php

View File

@ -9,6 +9,7 @@ require_once("../inc/forum.inc");
require_once("../inc/profile.inc");
ini_set("memory_limit", "64M");
date_default_timezone_set("UTC");
$generating_xml = false;

View File

@ -10,11 +10,10 @@ require_once("../inc/profile.inc");
//echo date(DATE_RFC822), ": Starting\n";
set_time_limit(0);
ini_set("memory_limit", "256M");
ini_set("memory_limit", "1024M");
db_init();
// TODO: convert to new DB interface
$alphabet = array('A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z','0','1','2','3','4','5','6','7','8','9');