Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- register_shutdown_function(function () {
- // registrováno dřív, než handler debuggeru
- // na poslední chvíli vypne $bar
- Nette\Diagnostics\Debugger::$bar = FALSE;
- });
- requre_once LIBS_DIR . '/Nette/loader.php';
Advertisement
Add Comment
Please, Sign In to add comment