Warning: The use statement with non-compound name 'APPcoreApplication' has no effect in /home/u243165269/domains/revistasaga.org/public_html/index.php(29) : eval()'d code on line 41
Vista de La lectura como herramienta de crecimiento
| SAGA: Revista CientÃfica Multidisciplinar
Volver a los detalles del artÃculo
La lectura como herramienta de crecimiento
/**
* @file index.php
*
* Copyright (c) 2014-2021 Simon Fraser University
* Copyright (c) 2003-2021 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* Bootstrap code for OJS site. Loads required files and then calls the
* dispatcher to delegate to the appropriate request handler.
*/
use APPcoreApplication;
// Initialize global environment
define('INDEX_FILE_LOCATION', __FILE__);
require_once './lib/pkp/includes/bootstrap.php';
// Serve the request
Application::get()->execute();