HosipLan

Untitled

Mar 22nd, 2012
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <?php
  2.  
  3. register_shutdown_function(function () {
  4.     // registrováno dřív, než handler debuggeru
  5.     // na poslední chvíli vypne $bar
  6.     Nette\Diagnostics\Debugger::$bar = FALSE;
  7. });
  8.  
  9. requre_once LIBS_DIR . '/Nette/loader.php';
Advertisement
Add Comment
Please, Sign In to add comment