Skip to content

Commit

Permalink
Merge pull request #468 from norv/fixes_up
Browse files Browse the repository at this point in the history
Fix required files to SSI.
  • Loading branch information
norv committed May 27, 2013
2 parents 6883dd0 + 4c9e5fc commit 4def531
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SSI.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@
require_once(SUBSDIR . '/Cache.subs.php');
require_once(SOURCEDIR . '/Security.php');
require_once(SOURCEDIR . '/BrowserDetect.class.php');
require_once(SOURCEDIR . '/Errors.class.php');
require_once(SUBSDIR . '/Util.class.php');
require_once(SUBSDIR . '/TemplateLayers.class.php');

// Create a variable to store some specific functions in.
$smcFunc = array();
Expand Down

0 comments on commit 4def531

Please sign in to comment.