quick fix

This commit is contained in:
Matt Wells 2014-06-18 05:06:23 -07:00
parent 1bef36c03c
commit 9e2b1532d9

View File

@ -8313,6 +8313,7 @@ void Parms::init ( ) {
m->m_cgi = "iw";
m->m_page = PAGE_NONE;
m->m_obj = OBJ_SI;
m->m_def = "200";
m++;
m->m_title = "image height";
@ -8323,6 +8324,7 @@ void Parms::init ( ) {
m->m_cgi = "ih";
m->m_page = PAGE_NONE;
m->m_obj = OBJ_SI;
m->m_def = "200";
m++;
// m->m_title = "password";