Created
February 24, 2018 17:05
-
-
Save rodrigoSyscop/9e62263f9f68c8429a71625660d802c7 to your computer and use it in GitHub Desktop.
framework/bye.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php // framework/bye.php | |
require_once __DIR__.'/init.php'; | |
$response->setContent('Goodbye!'); | |
$response->send(); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment