1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 21:38:14 +01:00
php-debugbar/demo/stack.php

7 lines
145 B
PHP
Raw Normal View History

2013-09-15 12:56:08 -04:00
<?php
include 'bootstrap.php';
$debugbar['messages']->addMessage('hello from redirect');
$debugbar->stackData();
2014-01-16 21:41:41 +00:00
header('Location: index.php');