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/ftp.c

    r429 r465  
    104104          "<br />%s<br /><br />\n" 
    105105          "<form action=\"%s\" method=\"post\">\n" 
     106          "<input type=\"hidden\" name=\"module\" value=\"%s\" />\n" 
    106107          "<input type=\"hidden\" name=\"command\" value=\"update\" />\n" 
    107108          "<table class=\"%s\" width=\"100%%\" cellspacing=\"0\" cellpading=\"0\">\n" 
     
    115116          FTP_DETAIL, 
    116117          getenv("SCRIPT_NAME"), 
     118          variable_get("module"), 
    117119          CONTENT_TABLE_BOX_CLASS); 
    118120