Skip to content

Instantly share code, notes, and snippets.

@rodrigoSyscop
Created February 24, 2018 17:05
Show Gist options
  • Save rodrigoSyscop/9e62263f9f68c8429a71625660d802c7 to your computer and use it in GitHub Desktop.
Save rodrigoSyscop/9e62263f9f68c8429a71625660d802c7 to your computer and use it in GitHub Desktop.
framework/bye.php
<?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