From: edward Date: Thu, 31 Mar 2016 02:52:58 +0000 (+0800) Subject: RooGetTrait.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=c0dd8db068b2ce3c7858a16c5fc3d2ac6433dabb RooGetTrait.php --- diff --git a/RooGetTrait.php b/RooGetTrait.php index 97db3936..f2e347d0 100644 --- a/RooGetTrait.php +++ b/RooGetTrait.php @@ -102,7 +102,7 @@ trait Pman_Core_RooGetTrait { $_POST = $_GET; return $this->post($tab); } - + exit; $this->checkDebug(); PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, array($this, 'onPearError'));