SH-2425 FIX - customized upload permissions info for damballah/staging

master
Brad Payne (Vir Linden) 2011-09-26 14:41:21 -04:00
parent 0a9d558cd0
commit f3f841bddf
1 changed files with 5 additions and 0 deletions

5
indra/newview/llfloatermodelpreview.cpp Normal file → Executable file
View File

@ -496,6 +496,11 @@ BOOL LLFloaterModelPreview::postBuild()
{
validate_url = "http://secondlife.com/my/account/mesh.php";
}
else if (current_grid == "damballah")
{
// Staging grid has its own naming scheme.
validate_url = "http://secondlife-staging.com/my/account/mesh.php";
}
else
{
validate_url = llformat("http://secondlife.%s.lindenlab.com/my/account/mesh.php",current_grid.c_str());