<?php 
	$entry_point_registry['dashboard_save_settings'] = array(
    'file' => 'custom/customization/modules/Home/Dashboard/php/dashboard_save_settings.php',
    'auth' =>   true
  );

	$entry_point_registry['web_dashboard_speedtest'] = array(
    'file' => 'custom/customization/modules/Home/Dashboard/entrypoint/web_dashboard_speedtest.php',
    'auth' => true
);
?>