]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commit
Add hooking system and example plugin
authorValerie Pond <redacted>
Mon, 9 Jan 2023 00:15:00 +0000 (00:15 +0000)
committerValerie Pond <redacted>
Mon, 9 Jan 2023 00:15:00 +0000 (00:15 +0000)
commit90dc8f2b5b50ff38baec8b9b67ee2c10d014e924
tree23f1ce8557cf24fc3d794b06965645d0c635f4de
parent1e6ffd061e2de3f6f6cb225ba2cd86eb465c107c
Add hooking system and example plugin

Add a way for developers to be able to extend the navigation bar and provide their own pages

An example plugin can be found at `plugins/example_plugin/`
channels.php [new file with mode: 0644]
common.php
config.php.sample
header.php
hook.php [new file with mode: 0644]
plugins.php [new file with mode: 0644]
plugins/example_plugin/example.php [new file with mode: 0644]
plugins/example_plugin/example_plugin.php [new file with mode: 0644]