Skip to content
Snippets Groups Projects
Commit dfa773d7 authored by Sean Madsen's avatar Sean Madsen
Browse files

hooks migration - starting to create system to cache html content during

migration testing
parent 6d94c61e
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env php
<?php
include __DIR__.'/hook-by-category.php';
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
include __DIR__.'/hook-by-category.php'; include __DIR__.'/hook-by-category.php';
const WIKI_URL = 'https://wiki.civicrm.org/confluence/display/CRMDOC/';
foreach ($hooks_by_category as $category => $hooks) { foreach ($hooks_by_category as $category => $hooks) {
echo $category . "\n"; echo $category . "\n";
......
# Ignore everything in this directory
*
# Except this file
!.gitignore
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment