I am trying to understand this code, I don't know what they are doing
define("DEBUG",false);
if ($_REQUEST['DEBUG'])
{
dl("no-debug-non-zts-20050922/xdebug.so");
xdebug_start_profiling();
}
****************
if (isset($_GET['app']))
{
$include_path="{$_GET['app']}/";
$s->check_includes($_GET['app'],"app");
}
define("DEBUG",false);
if ($_REQUEST['DEBUG'])
{
dl("no-debug-non-zts-20050922/xdebug.so");
xdebug_start_profiling();
}
****************
if (isset($_GET['app']))
{
$include_path="{$_GET['app']}/";
$s->check_includes($_GET['app'],"app");
}