very early cloud demo code - READ THE FRICKIN NOTES and also THE CODE in mod/cloud.php - there is no other documentation. Use at your own risk. Send all bug reports to nobody@nowhere.com.

This commit is contained in:
friendica
2013-10-22 17:34:39 -07:00
parent b35122f7a6
commit 985d8091ad
3 changed files with 109 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ Deny from all
# Protect repository directory from browsing
RewriteRule "(^|/)\.git" - [F]
# Rewrite current-style URLs of the form 'index.php?q=x'.
# Also place auth information into REMOTE_USER for sites running
# in CGI mode.