Guest User

Untitled

a guest
Feb 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function beforeRender() {
  2. if ($this->RequestHandler->isAjax() || $this->layout == 'ajax' || $this->RequestHandler->isRss()) {
  3. Configure::write('debug', 0);
  4. }
  5. }
Add Comment
Please, Sign In to add comment