[cpif] r309 - trunk/frontend-web
svn at argo.es
svn at argo.es
Mon Jul 30 19:21:36 CEST 2007
Author: jcea
Date: Mon Jul 30 19:21:35 2007
New Revision: 309
Log:
Modified:
trunk/frontend-web/url_toggle_monitor_AJAX.py
Modified: trunk/frontend-web/url_toggle_monitor_AJAX.py
==============================================================================
--- trunk/frontend-web/url_toggle_monitor_AJAX.py (original)
+++ trunk/frontend-web/url_toggle_monitor_AJAX.py Mon Jul 30 19:21:35 2007
@@ -5,6 +5,7 @@
@monitor
def gestiona_url(conn,handler,path,usuario) :
if len(path)!=3 : return None
+ if not usuario : return None # Acceso anonimo
try :
tipo=path[1]
if (tipo!="thread") and (tipo!="metatag") :
More information about the cpif
mailing list