<?php

$entry_point_registry['WebToOpportunity'] = array(
	'file' => 'custom/WebToOpportunity.php',
	'auth' => false,
);

$entry_point_registry['AccountOpportunitiesChart'] = array(
	'file' => 'custom/AccountOpportunitiesChart.php',
	'auth' => true,
);