dashboard
repositories
filestore
activity
search
login
frameworks
/
humble-cloud
emscripten Humble Cloud interface
summary
reflog
commits
tree
tickets
docs
compare
blame
|
history
|
raw
use arraybuffer when fetching binary contents
Edward Rudd
2014-10-14
28dbc410b10c9d67cdd00f25a73083e58204ea01
[frameworks/humble-cloud.git]
/
server
/
.htaccess
1
2
3
4
5
6
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.+) index.php/$1 [L,QSA]
Header set Access-Control-Allow-Origin *