summaryrefslogtreecommitdiffstats
path: root/application/models/file_mod.php
AgeCommit message (Collapse)AuthorFilesLines
2011-02-15rework cli_client supportFlorian Pritz1-13/+12
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
2011-02-02fix bug when using client to downloadFlorian Pritz1-0/+11
Do not check the client version when downloading because this breaks curl. Probably because we output and later set HTTP headers in file_mod->download(). Signed-off-by: Florian Pritz <bluewind@server-speed.net>
2011-02-02add sh -> bash aliasFlorian Pritz1-1/+2
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
2011-01-28update to CI 2.0Florian Pritz1-0/+419
Signed-off-by: Florian Pritz <bluewind@server-speed.net>