Index: openacs-4/packages/simulation/www/simulation-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/simulation-master.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/simulation/www/simulation-master.tcl 20 Jan 2004 14:11:21 -0000 1.12 +++ openacs-4/packages/simulation/www/simulation-master.tcl 5 Mar 2004 10:48:45 -0000 1.13 @@ -11,10 +11,13 @@ ###################################################################### # Anonymous users should only be allowed to access the index page (with the flash map) -# and the object view urls +# , the yellow pages, and the object view urls # We are assuming here that all pages in the package use this master template if { [string equal [ad_conn user_id] 0] } { - if { ![regexp "^object/" [ad_conn extra_url]] && ![empty_string_p [ad_conn extra_url]] } { + if { ![regexp "^object/" [ad_conn extra_url]] && + ![regexp "^yellow-pages" [ad_conn extra_url]] && + ![empty_string_p [ad_conn extra_url]] } { + ad_redirect_for_registration } }