| [ Index ] |
PHP Cross Reference of Nucleus CMS 3.32 |
[Summary view] [Print] [Text view]
1 <?php 2 require(dirname(__FILE__).'/../../../config.php'); 3 4 include ($DIR_LIBS . 'PLUGINADMIN.php'); 5 6 // create a object of the plugin via Plugin Admin 7 $oPluginAdmin = new PluginAdmin('Ping'); 8 ACTIONLOG::add(INFO, 'NP_Ping: Sending ping (from background)'); 9 10 $blogid = intval($argv[1]); 11 if ($blogid > 0) { 12 $oPluginAdmin->plugin->sendPings($blogid); 13 } else { 14 ACTIONLOG::add(WARNING, 'NP_Ping: invalid blogid, background ping abort'); 15 } 16 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Tue Feb 12 15:34:36 2008 | Cross-referenced by PHPXref 0.7 |