Seditio Source
Root |
./othercms/ips_4.3.4/applications/core/data/defaults/Hook.txt
//<?php

/* To prevent PHP errors (extending class does not exist) revealing path */
if ( !defined( '\IPS\SUITE_UNIQUE_KEY' ) )
{
exit;
}

{abstract}class {classname} extends _HOOK_CLASS_
{


}