diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-06-04 23:10:31 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-06-05 21:23:49 +0200 |
commit | d088234d67f3aa422796d922e08a07949dc53d83 (patch) | |
tree | a964821b6b725dd26becbb3e91acf8d7dd5e0014 /data/img | |
parent | 048410164d2a17bbb588e43351e44eeb81610960 (diff) |
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 <bluewind@xinu.at>
Diffstat (limited to 'data/img')
l--------- | data/img | 1 | ||||
-rw-r--r-- | data/img/asc.gif | bin | 54 -> 0 bytes | |||
-rw-r--r-- | data/img/bg.gif | bin | 64 -> 0 bytes | |||
-rw-r--r-- | data/img/colorbox/loading.gif | bin | 6244 -> 0 bytes | |||
-rw-r--r-- | data/img/desc.gif | bin | 54 -> 0 bytes | |||
-rw-r--r-- | data/img/glyphicons-halflings-white.png | bin | 8777 -> 0 bytes | |||
-rw-r--r-- | data/img/glyphicons-halflings.png | bin | 12799 -> 0 bytes |
7 files changed, 1 insertions, 0 deletions
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 Binary files differdeleted file mode 100644 index 74157867f..000000000 --- a/data/img/asc.gif +++ /dev/null diff --git a/data/img/bg.gif b/data/img/bg.gif Binary files differdeleted file mode 100644 index fac668fcf..000000000 --- a/data/img/bg.gif +++ /dev/null diff --git a/data/img/colorbox/loading.gif b/data/img/colorbox/loading.gif Binary files differdeleted file mode 100644 index a32df5c08..000000000 --- a/data/img/colorbox/loading.gif +++ /dev/null diff --git a/data/img/desc.gif b/data/img/desc.gif Binary files differdeleted file mode 100644 index 3b30b3c58..000000000 --- a/data/img/desc.gif +++ /dev/null diff --git a/data/img/glyphicons-halflings-white.png b/data/img/glyphicons-halflings-white.png Binary files differdeleted file mode 100644 index 3bf6484a2..000000000 --- a/data/img/glyphicons-halflings-white.png +++ /dev/null diff --git a/data/img/glyphicons-halflings.png b/data/img/glyphicons-halflings.png Binary files differdeleted file mode 100644 index a99699932..000000000 --- a/data/img/glyphicons-halflings.png +++ /dev/null |