File Manager
Back to List
| Current Directory: ~/
Editing: chk_menu.asp.bak
Full path: C:\ict\ICT\chk_menu.asp.bak
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<% type_login=session("type_login") 'response.write type_login if type_login=1 then id_lecturer = session("id_lecturer1") sql_lec_per="select * from lecturer where id_lecturer = '"&id_lecturer&"'" set ors_lec_per=Server.CreateObject("ADODB.Recordset") ors_lec_per.open sql_lec_per,conn,1,3 if not ors_lec_per.eof then id_administor=ors_lec_per("id_administor") end if 'response.write "sss--"&id_administor&"hghg" if id_administor=1 then %> <!--#include file="menulecturer.htm"--> <% else %> <!--#include file="menu_staff.htm"--> <% end if elseif type_login=2 then %> <!--#include file="menustudent.htm"--> <% elseif type_login=3 then %> <!--#include file="menu_staff.htm"--> <% end if %>