<?php header('Content-Type: text/html; charset=utf-8'); define('DS', DIRECTORY_SEPARATOR); define('ROOT', dirname(__DIR__)); include ROOT . DS . 'config/Config.php'; include ROOT . DS . 'src/Servidor.php'; $log = new Servidor(new Config()); $log->logout();