From d088234d67f3aa422796d922e08a07949dc53d83 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 4 Jun 2015 23:10:31 +0200 Subject: Move public files to ./public_html ./data/local is not moved because it contains likely untracked files and moving it would throw an error when updating. Signed-off-by: Florian Pritz --- data/img | 1 + data/img/asc.gif | Bin 54 -> 0 bytes data/img/bg.gif | Bin 64 -> 0 bytes data/img/colorbox/loading.gif | Bin 6244 -> 0 bytes data/img/desc.gif | Bin 54 -> 0 bytes data/img/glyphicons-halflings-white.png | Bin 8777 -> 0 bytes data/img/glyphicons-halflings.png | Bin 12799 -> 0 bytes 7 files changed, 1 insertion(+) create mode 120000 data/img delete mode 100644 data/img/asc.gif delete mode 100644 data/img/bg.gif delete mode 100644 data/img/colorbox/loading.gif delete mode 100644 data/img/desc.gif delete mode 100644 data/img/glyphicons-halflings-white.png delete mode 100644 data/img/glyphicons-halflings.png (limited to 'data/img') diff --git a/data/img b/data/img new file mode 120000 index 000000000..813bf7cad --- /dev/null +++ b/data/img @@ -0,0 +1 @@ +../public_html/data/img \ No newline at end of file diff --git a/data/img/asc.gif b/data/img/asc.gif deleted file mode 100644 index 74157867f..000000000 Binary files a/data/img/asc.gif and /dev/null differ diff --git a/data/img/bg.gif b/data/img/bg.gif deleted file mode 100644 index fac668fcf..000000000 Binary files a/data/img/bg.gif and /dev/null differ diff --git a/data/img/colorbox/loading.gif b/data/img/colorbox/loading.gif deleted file mode 100644 index a32df5c08..000000000 Binary files a/data/img/colorbox/loading.gif and /dev/null differ diff --git a/data/img/desc.gif b/data/img/desc.gif deleted file mode 100644 index 3b30b3c58..000000000 Binary files a/data/img/desc.gif and /dev/null differ diff --git a/data/img/glyphicons-halflings-white.png b/data/img/glyphicons-halflings-white.png deleted file mode 100644 index 3bf6484a2..000000000 Binary files a/data/img/glyphicons-halflings-white.png and /dev/null differ diff --git a/data/img/glyphicons-halflings.png b/data/img/glyphicons-halflings.png deleted file mode 100644 index a99699932..000000000 Binary files a/data/img/glyphicons-halflings.png and /dev/null differ -- cgit v1.2.3-24-g4f1b