Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
share
/
doc
/
HTML
Upload
6 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
common
-
drwxr-xr-x
2023-08-22 13:38:38
Del
en-US
-
drwxr-xr-x
2023-08-22 13:38:38
Del
es-ES
-
drwxr-xr-x
2023-08-22 13:38:38
Del
index.html
741 B
-rw-r--r--
2021-03-01 10:26:22
Edit
Del
Editing: index.html
(741 B)
Path: /usr/share/doc/HTML/index.html
Back
<!DOCTYPE HTML> <html> <head> <title>Apache HTTP Server Test Page powered by Rocky Linux</title> <body> <script type="text/javascript"> var lang = navigator.language; var match = 0; var locales = ["es-ES"]; // Try for full match of lang_LOC for(locale in locales) { if(lang == locales[locale]) { match = 1; break; } } // Else try for match of lang if(match == 0) { for(locale in locales) { var loc_lang = locales[locale].substring(0,2); var language = lang.substring(0,2); if(loc_lang == language) { lang = locales[locale]; match = 1; break; } } } // Else default to en-US if(match == 0) { lang = 'en-US'; } window.location = lang + "/index.html"; </script> </body> </html>