Show
Ignore:
Timestamp:
10/03/07 14:04:56 (5 years ago)
Author:
andi
Message:

use module parameter instead of binary name for module lookup

Files:
1 modified

Legend:

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

    r425 r465  
    5656   /* Print table head */ 
    5757   printf("<form action=\"%s\" method=\"post\">\n" 
     58          "<input type=\"hidden\" name=\"module\" value=\"%s\" />\n" 
    5859          "<input type=\"hidden\" name=\"command\" value=\"execute\" />\n" 
    5960          "<table class=\"%s\" width=\"100%%\">\n" 
     
    6162          "<td>\n", 
    6263          getenv("SCRIPT_NAME"), 
     64          variable_get("module"), 
    6365          CONTENT_TABLE_CLASS); 
    6466