diff options
author | Robin <robin@Amaya.(none)> | 2010-04-11 22:49:24 +0200 |
---|---|---|
committer | Robin <robin@Amaya.(none)> | 2010-04-11 22:49:24 +0200 |
commit | 2e39fba305bccff05b715f8ee2aaee9d1525185d (patch) | |
tree | 48bcc575e5b0e3b2939edda705558cf3f2891878 /files | |
parent | e8307187574380c12b8ca5f932185ca576074c68 (diff) | |
download | nextcloud-server-2e39fba305bccff05b715f8ee2aaee9d1525185d.tar.gz nextcloud-server-2e39fba305bccff05b715f8ee2aaee9d1525185d.zip |
visual changes WIP
Diffstat (limited to 'files')
-rw-r--r-- | files/get_file.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/get_file.php b/files/get_file.php index 72fc8938063..9ec539ee7e0 100644 --- a/files/get_file.php +++ b/files/get_file.php @@ -20,7 +20,7 @@ * */ -//not this file is for getting files themselves, get_files.php is for getting a list of files. +//note this file is for getting files themselves, get_files.php is for getting a list of files. require_once('../inc/lib_base.php'); |