OSDN Git Service

git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/plugin@881 1ca29b6e-896d...
[nucleus-jp/nucleus-plugins.git] / NP_UpdatePingServer / updatepingserver / actions / overview.php
1 <?php
2
3 class UpdatePingServer_overview
4 {
5         function execute(&$controller, $msg)
6         {
7                 $admin =& $controller->getAdmin();
8                 $admin->memberAuth();
9                 $controller->forward('modulesoverview');
10         }
11 }
12
13 ?>