Show
Ignore:
Timestamp:
10/03/07 12:32:13 (5 years ago)
Author:
andi
Message:

Software version updates
Remove old webinterface directories (owi is current)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/openmct/packages/system/owi/src/owi.c

    r449 r463  
    6363          "<div id=\"taskbar\">\n" 
    6464          "<a class=\"button-internet\" target=\"_blank\" href=\"http://www.openmct.org\">OpenMCT Homepage</a>\n" 
    65           "<a class=\"button-community\" target=\"_blank\" href=\"http://claxan.hangar18.org/forum\">OpenMCT Forum</a>\n" 
     65          "<a class=\"button-community\" target=\"_blank\" href=\"http://forum.openmct.org\">OpenMCT Forum</a>\n" 
    6666          "<a class=\"button-contact\" href=\"mailto:dev@openmct.org\">OpenMCT Kontakt</a>\n" 
    6767          "</div>\n" 
     
    102102 
    103103   owi_request(); 
     104 
     105   module = variable_get("module"); 
     106 
     107   if (!strcmp(module, "")) { 
     108      module = "sysinfo.cgi"; 
     109   } 
    104110 
    105111   for (i = 0; modules[i].name != NULL; i++) {