@@ -123,6 +123,15 @@ class Response{
$instance->send();
}
+ public static function back(){
+ $instance = self::getInstance();
+
+ $instance->header('Location: ', $_SERVER['HTTP_REFERER']);
+ $instance->body('');
+ $instance->send();
+ }
function done(){
die;