Changeset ddf8b8b8fd033ceb4aa845869f14be1f94b9b157

Show
Ignore:
Timestamp:
05/23/08 11:07:21 (5 months ago)
Author:
Christopher Jung <bktheg@web.de>
git-committer:
Christopher Jung <bktheg@web.de> 1211533641 +0200
git-parent:

[13b2f458e8bc0b2cac80f3c0b6fd3c9084eb0a38]

git-author:
Christopher Jung <bktheg@web.de> 1211533641 +0200
Message:

[ref] Die Kommandozentrale fuegt nun kein sess mehr zu URLs hinzu

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/net/driftingsouls/ds2/server/bases/Kommandozentrale.java

    r0047196 rddf8b8b  
    8383        @Override 
    8484        public String echoShortcut(Context context, Base base, int field, int building) { 
    85                 String sess = context.getSession(); 
    86                  
    87                 return "<a class=\"back\" href=\"./ds?module=building&amp;sess="+sess+"&amp;col="+base.getId()+"&amp;field="+field+"\">[K]</a>"; 
     85                return "<a class=\"back\" href=\"./ds?module=building&amp;col="+base.getId()+"&amp;field="+field+"\">[K]</a>"; 
    8886        } 
    8987