Contao3-Ninja / contao_grid_16_columns

Adds a responsive 16-column pixel/percental grid with 1120px/1140px in the layout css-framework
GNU Lesser General Public License v3.0
2 stars 0 forks source link

[Insight] PHP configuration should not be changed dynamically - in system/modules/…/runonce/runonce.php, line 3 #14

Closed BugBuster1701 closed 9 years ago

BugBuster1701 commented 9 years ago

in system/modules/grid_16_columns/runonce/runonce.php, line 3

Changing PHP configuration dynamically through ini_set() may create hard to debug errors.

<?php 

@error_reporting(0); @ini_set("display_errors", 0);  
/**
 * Contao Open Source CMS, Copyright (C) 2005-2014 Leo Feyer
 *
 * @copyright  Glen Langer 2012..2014 <http://www.contao.glen-langer.de>
 * @author     Glen Langer (BugBuster)

Posted from SensioLabsInsight