diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-12-25 14:29:29 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-12-25 14:29:29 +0100 |
commit | 7e36f730ecfe452681f44771b28d1d3c4a5535df (patch) | |
tree | 578e604c170219151239e2da345d332b079ed920 /core/doc | |
parent | bf05ff351faa693337107ed4a316e36e9aacd296 (diff) | |
parent | 5d59ac07391841677e204958ea20be3fe05cd8ef (diff) | |
download | nextcloud-server-7e36f730ecfe452681f44771b28d1d3c4a5535df.tar.gz nextcloud-server-7e36f730ecfe452681f44771b28d1d3c4a5535df.zip |
merge master into filesystem
Diffstat (limited to 'core/doc')
-rw-r--r-- | core/doc/admin/index.php | 2 | ||||
-rw-r--r-- | core/doc/user/index.php | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/core/doc/admin/index.php b/core/doc/admin/index.php new file mode 100644 index 00000000000..7785f2ce2f1 --- /dev/null +++ b/core/doc/admin/index.php @@ -0,0 +1,2 @@ +Here goes the admin documentation. +In the meantime go to <a href="http://owncloud.org/support/" target="_blank">ownCloud.org/support</a> diff --git a/core/doc/user/index.php b/core/doc/user/index.php new file mode 100644 index 00000000000..ede62f05aee --- /dev/null +++ b/core/doc/user/index.php @@ -0,0 +1,2 @@ +Here goes the user documentation +In the meantime go to <a href="http://owncloud.org/support/" target="_blank">ownCloud.org/support</a> |