..a different index page for the suite. It's very easy because the only thing you need to do is change the content of default.php. I don't want to create something like hello world..
Discovers interesting locations, paths and data of a website
<?php
/*
Debug options for the environment
Author: Remco Kouw
Site: http://www.hacksuite.com
Last Edit: 12-11-2014
*/
if(!defined('IN_SCRIPT')){
exit;
}
$_DEBUG_OPT = array();
$_DEBUG_OPT['validate_paths'] = "validate_paths.php";
$_DEBUG_OPT['context_dump'] = "context_dump.php";
$_DEBUG_OPT['paths_dump'] = "paths_dump.php";
?>