Skip to content

Commit

Permalink
Merge pull request #37 from geekwright/master
Browse files Browse the repository at this point in the history
Add explicit exit so we don't terminate randomly on some fatal error.
  • Loading branch information
geekwright committed Oct 18, 2013
2 parents ae42528 + c000c18 commit 5246932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/mainfile.php
Expand Up @@ -14,9 +14,9 @@
*
* @copyright The XOOPS Project http://sourceforge.net/projects/xoops/
* @license GNU GPL 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
* @version $Id$
*/

if (! defined('XOOPS_INSTALL')) {
header('Location: install/index.php');
}
exit;
}

0 comments on commit 5246932

Please sign in to comment.