index.php - nowandforever/gnavi GitHub Wiki

Welcome to the gnavi wiki! `error_reporting(0); ini_set('display_errors', 0);

/**

  • Website document root */ define('DOCROOT', DIR.DIRECTORY_SEPARATOR);

/**

  • Path to the application directory. */ define('APPPATH', realpath(DIR.'/fuel/app/').DIRECTORY_SEPARATOR);

/**

  • Path to the default packages directory. */ define('PKGPATH', realpath(DIR.'/fuel/packages/').DIRECTORY_SEPARATOR);

/**

  • The path to the framework core. */ define('COREPATH', realpath(DIR.'/fuel/core/').DIRECTORY_SEPARATOR);`