123456789101112 |
- <?php
-
- if(file_exists(dirname(__FILE__).'/SSI.php') && !defined('SMF')){
- require_once(dirname(__FILE__) . '/SSI.php');
- }
-
- }elseif (!defined('SMF')){
- die('<b>Error:</b> Cannot install - please verify you put this in the same place as SMF\'s index.php.');
- }
- remove_integration_function('integrate_pre_include', '$sourcedir/Subs-Stream.php');
- remove_integration_function('integrate_actions', 'Stream_add_hook');
- ?>
|