Skip to content

Instantly share code, notes, and snippets.

@RaymondBenc
Last active August 29, 2015 14:02
Show Gist options
  • Save RaymondBenc/a9c5fbdc5cb74ed68fc5 to your computer and use it in GitHub Desktop.
Save RaymondBenc/a9c5fbdc5cb74ed68fc5 to your computer and use it in GitHub Desktop.
Create an App in phpMyAdmin
1) Open table "phpfox_app"
2) Insert your App
3) Add custom JSON in the "data" column
Example to add to the <header>...
{"header":"<script>alert('Hello World');</script>"}
Example to add to the end of the HTML body...
{"footer":"<script>alert('Hello World');</script>"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment