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