summaryrefslogtreecommitdiffstats
path: root/client/shared/lib/httpd/cache.sh
diff options
context:
space:
mode:
authoralbertogp <albertogp@uma.es>2012-05-14 09:50:12 +0000
committeralbertogp <albertogp@uma.es>2012-05-14 09:50:12 +0000
commitda31ceef80233214a7e6a5f2f089cc1751e16e38 (patch)
tree4bddd54745abd5596ec9264d4dd4b39bca93c8a2 /client/shared/lib/httpd/cache.sh
parent4ee35bfe486fe1d48db54a4de6012409e65d6714 (diff)
VersiĆ³n 1.0.4, #491: Integrar ticket en rama de desarrollo.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3019 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client/shared/lib/httpd/cache.sh')
-rw-r--r--client/shared/lib/httpd/cache.sh22
1 files changed, 22 insertions, 0 deletions
diff --git a/client/shared/lib/httpd/cache.sh b/client/shared/lib/httpd/cache.sh
new file mode 100644
index 00000000..a2e40093
--- /dev/null
+++ b/client/shared/lib/httpd/cache.sh
@@ -0,0 +1,22 @@
+#!/bin/bash
+echo "Content-type: text/html"
+echo ""
+echo "<html><head> <meta http-equiv='Refresh' content='5,URL=./cache.sh'> <title>Listado de la Cache"
+echo "</title>"
+echo "<style type='text/css'>"
+echo "<!--"
+echo "TEXTAREA {"
+echo "background-color: navy;"
+echo "border: black 2px solid;"
+echo "color: white;"
+echo "font-family: arial, verdana, ms sans serif;"
+echo "font-size: 8pt;"
+echo "font-weight: normal"
+echo "} "
+echo "-->"
+echo "</style>"
+echo "</head><body>"
+echo "<TEXTAREA NAME='contenido' ROWS='30' COLS='150' >"
+echo "$(ls -lh /opt/opengnsys/cache/opt/opengnsys/images )"
+echo "</TEXTAREA>"
+echo "</body></html>" \ No newline at end of file