Blank install bug

This commit is contained in:
Ice
2008-01-30 20:27:39 +00:00
parent 598d61535a
commit 405c91282e

View File

@@ -5,7 +5,7 @@ $current_version = '0.1.1';
// If only checking version, exit. // If only checking version, exit.
if( defined('IN_PHPBB') ) if( defined('IN_PHPBB') )
{ {
exit; return;
} }
define('IN_PHPBB', true); define('IN_PHPBB', true);