XXX.m23plg file

This is your main plugin file, it should have a good chosen name and nothing like plugin.m23plg.

It may look like this:
<?PHP
/*
pluginName:Testplugin2
pluginPage:testpage
pluginAuthor: me
pluginVersion: 1
pluginUpdate: www.pc-kiel.de/plugin.dat
pluginClientRequires: rdiff
pluginIcon: /gfx/overview-mini.png
*/
Here stands your code
?>


The lines between /* and */ are treated by PHP as comments, but the m23admin uses this informations for:



root 2015-09-06