Pastoid

Test Plugin

The page you are looking at now is at this URL: http://pastoid.com/bn6

This paste was last updated on January 30, 2009 at 8:24 pm.

test.plugin.phpraw

<?php
 
class TestPlugin extends Plugin
{
	/**
	 * function info
	 * Returns information about this plugin
	 * @return array Plugin info array
	 **/
	function info()
	{
		return array (
			'name' => 'Test',
			'url' => 'http://habariproject.org/',
			'author' => 'Owen Winkler',
			'authorurl' => 'http://asymptomatic.net/',
			'version' => '1.0',
			'description' => 'A test plugin',
			'license' => 'Apache License 2.0',
		);
	}
 
	function filter_dashboard_status($statuses)
	{
		$statuses['Test Plugin Active'] = 'True';
		return $statuses;
	}
 
}
?>

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
pastoid.com 4
search.live.com 1
Is this paste spam?
<Hide