Majority of the website code for Flashii
https://flashii.net
assets | ||
config | ||
database | ||
docs | ||
public | ||
src | ||
templates | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
build.php | ||
CODE_OF_CONDUCT.md | ||
composer.json | ||
composer.lock | ||
LICENSE | ||
misuzu.php | ||
package.json | ||
README.md | ||
tsconfig.json | ||
utility.php | ||
yarn.lock |
Misuzu
Requirements
Additional Configuration
Make sure to set the GLOBAL MySQL variable log_bin_trust_function_creators
to ON
so the migration script can create stored procedures. I can't automate this because said variable is not changeable at a session scope and only root can touch global variables.