source: client/shared/lib/httpd/cache.sh @ 1d1e06d

Last change on this file since 1d1e06d was 4ee02ce, checked in by ramon <ramongomez@…>, 13 years ago

Versión 1.0.4, #531: Corregir permisos de ficheors.

git-svn-id: https://opengnsys.es/svn/branches/version1.0@3161 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100755
File size: 631 bytes
Line 
1#!/bin/bash
2echo "Content-type: text/html"
3echo ""
4echo "<html><head> <meta http-equiv='Refresh' content='5,URL=./cache.sh'> <title>Listado de la Cache"
5echo "</title>"
6echo "<style type='text/css'>"
7echo "<!--"
8echo "TEXTAREA {"
9echo "background-color: navy;"
10echo "border: black 2px solid;"
11echo "color: white;"
12echo "font-family: arial, verdana, ms sans serif;"
13echo "font-size: 8pt;"
14echo "font-weight: normal"
15echo "} "
16echo "-->"
17echo "</style>"
18echo "</head><body>"
19echo "<TEXTAREA NAME='contenido' ROWS='30' COLS='150'  >"
20echo "$(ls -lh /opt/opengnsys/cache/opt/opengnsys/images )"
21echo "</TEXTAREA>"
22echo "</body></html>"
Note: See TracBrowser for help on using the repository browser.