OSDN Git Service

git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/plugin@882 1ca29b6e-896d...
[nucleus-jp/nucleus-plugins.git] / NP_UpdatePingServer / trunk / changes.xml
1 <?php
2 $CONF = array();
3 require_once('./config.php');
4
5 include_once($DIR_LIBS . 'MANAGER.php');
6 global $manager;
7
8 $pluginObject =& $manager->getPlugin('NP_UpdatePingServer');
9 $pluginObject->doAction('changes');
10