OSDN Git Service

git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/plugin@807 1ca29b6e-896d...
[nucleus-jp/nucleus-plugins.git] / trunk / NP_UpdatePingServer / changes.xml
diff --git a/trunk/NP_UpdatePingServer/changes.xml b/trunk/NP_UpdatePingServer/changes.xml
deleted file mode 100644 (file)
index c2a5c63..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-$CONF = array();
-require_once('./config.php');
-
-include_once($DIR_LIBS . 'MANAGER.php');
-global $manager;
-
-$pluginObject =& $manager->getPlugin('NP_UpdatePingServer');
-$pluginObject->doAction('changes');
-