<% ' ************************************************************************ ' * ASP-Nuke: Free web portal in ASP * ' ************************************************************************ ' * Copyright (c) 2002 by Gaetan Bouveret * ' * http://www.asp-nuke.com * ' * * ' * This program is free software. You can redistribute it and/or modify * ' * it under the terms of the GNU General Public License as published by * ' * the Free Software Foundation; either version 2 of the License, or * ' * (at your option) any later version. * ' * * ' ************************************************************************ ' ' ************************************************************************ ' Autore: Francesco Iafulli ' Data: 17 Febbraio 2003 ' Sito: http://www.iafulli.net ' EMail: webmaster@iafulli.net ' ************************************************************************ %> <% if trim(sPseudo) = "" then response.redirect GLOBAL_SITE_PATH & "negato.asp" sTitlePage = GetTranslation("LANG_LIST_PMESSAGES") %> <% If sPseudo <> "" Then DisplayPMsgListPage() End If %>