Skip to content
Snippets Groups Projects

Sandbox #16325 inspector gadget

Merged Patrick Barroca requested to merge sandbox_#16325-Inspector-gadget into master

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Ghislain Loas
    Ghislain Loas @gloas started a thread on commit 6878b221
    12 * AFI-OPAC 2.0 is distributed in the hope that it will be useful,
    13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
    14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    15 * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
    16 *
    17 * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
    18 * along with AFI-OPAC 2.0; if not, write to the Free Software
    19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
    20 */
    21
    22 class ZendAfi_Controller_Plugin_InspectorGadget extends Zend_Controller_Plugin_Abstract {
    23 protected $_enabled = false;
    24 protected $_calls = [];
    25
    26 public function preDispatch(Zend_Controller_Request_Abstract $request) {
    27 /*if (!$request->getParam('inspector_gadget', false))
  • Ghislain Loas mentioned in commit ba6cf0

    mentioned in commit ba6cf0

Please register or sign in to reply