Apache-MONITOR

 view release on metacpan or  search on metacpan

Makefile.old  view on Meta::CPAN

# This Makefile is for the Apache::MONITOR extension to perl.
#
# It was generated automatically by MakeMaker version
# 6.03 (Revision: 1.63) from the contents of
# Makefile.PL. Don't edit this file, edit Makefile.PL instead.
#
#       ANY CHANGES MADE HERE WILL BE LOST!
#
#   MakeMaker ARGV: ()
#
#   MakeMaker Parameters:

#     NAME => q[Apache::MONITOR]
#     PREREQ_PM => {  }
#     VERSION_FROM => q[lib/Apache/MONITOR.pm]

lib/Apache/MONITOR.pm  view on Meta::CPAN

        	$r->send_http_header("text/html");
		
		$r->print(qq{
		<html>
		<title>Subscribed</title>
		<body>
		$msg
		<a href="$monitored_uri">$monitored_uri</a>
		<br />
		<br />
		To edit or remove your subscription, visit the
		<a href="$mon_url">monitor page</a>
		</body>
		</html>
		});
	}
	else
	{
		$r->header_out('Content-type' => undef);
		$r->header_out('Content-Type' => undef);
        	$r->header_out("Location" => $mon_url );



( run in 0.465 second using v1.01-cache-2.11-cpan-de7293f3b23 )