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
Buscar
| SAGA: Revista Científica Multidisciplinar
Mónica Alexandra Llerena Ramos, Jorge Edy Castillo Mayorga (Autor/a)
204-216
16/02/2025
1 - 1 de 1 elementos
Envíos
Identidad
Indexaciones
Plantillas
Aliados Estratégicos
Compromisos éticos
Visitantes
Whatsapp
Enlaces Externos
/**
* @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();