Changeset 465 for trunk/openmct/packages/system/owi/src/ftp.c
- Timestamp:
- 10/03/07 14:04:56 (5 years ago)
- Files:
-
- 1 modified
-
trunk/openmct/packages/system/owi/src/ftp.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/openmct/packages/system/owi/src/ftp.c
r429 r465 104 104 "<br />%s<br /><br />\n" 105 105 "<form action=\"%s\" method=\"post\">\n" 106 "<input type=\"hidden\" name=\"module\" value=\"%s\" />\n" 106 107 "<input type=\"hidden\" name=\"command\" value=\"update\" />\n" 107 108 "<table class=\"%s\" width=\"100%%\" cellspacing=\"0\" cellpading=\"0\">\n" … … 115 116 FTP_DETAIL, 116 117 getenv("SCRIPT_NAME"), 118 variable_get("module"), 117 119 CONTENT_TABLE_BOX_CLASS); 118 120
