You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

addons.php 165 B

4 years ago
123456789101112131415
  1. <?php
  2. return array (
  3. 'autoload' => false,
  4. 'hooks' =>
  5. array (
  6. 'app_init' =>
  7. array (
  8. 0 => 'unishop',
  9. ),
  10. ),
  11. 'route' =>
  12. array (
  13. ),
  14. );