mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-16 21:08:34 +01:00
7 lines
145 B
PHP
7 lines
145 B
PHP
<?php
|
|
|
|
include 'bootstrap.php';
|
|
$debugbar['messages']->addMessage('hello from redirect');
|
|
$debugbar->stackData();
|
|
header('Location: index.php');
|