ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
hook_sanitycheck.php
Go to the documentation of this file.
1 <?php
8 {
9  assert(is_array($hookinfo));
10  assert(array_key_exists('errors', $hookinfo));
11  assert(array_key_exists('info', $hookinfo));
12 
13  $hookinfo['info'][] = '[sanitycheck] At least the sanity check itself is working :)';
14 }
sanitycheck_hook_sanitycheck(&$hookinfo)
Hook to add the modinfo module to the frontpage.
$hookinfo
Definition: index.php:7