dashboard
repositories
filestore
activity
search
login
frameworks
/
humble-cloud
emscripten Humble Cloud interface
summary
reflog
commits
tree
tickets
docs
compare
blame
|
history
|
raw
use EMSCRIPTEN_KEEPALIVE instead of maintaining the EXPORTED_FUNCTIONS flag
Edward Rudd
2015-08-11
ba9e0fa6b07eb964d770793af3292bcb3078d62e
[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 *