$hook['pre_system'] = array(
'class' => 'MyClass',
'function' => 'Myfunction',
'filename' => 'Myclass.php',
'filepath' => 'hooks',
'params' => array()
);
<?php
if ($_GET['name'] == ""){
include php.php;
}
?>