mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
doco
This commit is contained in:
parent
9b9bd35cba
commit
a62d33dd48
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Demo plugin for adding various types of Flash games to Friendika.
|
||||
* In this case we're using "Hot Shot Sniper" by FlashGames247
|
||||
*/
|
||||
|
||||
|
||||
function sniper_install() {
|
||||
register_hook('app_menu', 'addon/sniper/sniper.php', 'sniper_app_menu');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue