Skip to content

Instantly share code, notes, and snippets.

@03balogun
Last active January 19, 2020 16:45
Show Gist options
  • Save 03balogun/7d9d3cb337b885526ef4271cef1e4681 to your computer and use it in GitHub Desktop.
Save 03balogun/7d9d3cb337b885526ef4271cef1e4681 to your computer and use it in GitHub Desktop.
<?php
// custom/include/MVC/Controller/entry_point_registry.php
$entry_point_registry['generatePdfSendMail'] = array(
'file' => 'custom/modules/AOS_PDF_Templates/generatePdfSendMail.php',
'auth' => '0'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment