diff --git a/ci4/app/Controllers/Sistema/Intranet.php b/ci4/app/Controllers/Sistema/Intranet.php new file mode 100644 index 00000000..48cb27a5 --- /dev/null +++ b/ci4/app/Controllers/Sistema/Intranet.php @@ -0,0 +1,37 @@ +setContentType($mime_type); + + // Set the output + $response->setBody(file_get_contents($resource_path)); + + // Send the response to the browser + $response->send(); + } + + } + +} \ No newline at end of file