Index: branches/5.0.x/core/units/general/libchart/classes/model/DataSet.php =================================================================== diff -u -r12117 -r12299 --- branches/5.0.x/core/units/general/libchart/classes/model/DataSet.php (.../DataSet.php) (revision 12117) +++ branches/5.0.x/core/units/general/libchart/classes/model/DataSet.php (.../DataSet.php) (revision 12299) @@ -17,12 +17,13 @@ * */ + defined('FULL_PATH') or die('restricted access!'); + /** * Superclass of all data sets. * * @author Jean-Marc Tr�meaux (jm.tremeaux at gmail.com) * Created on 10 may 2007 */ abstract class LibchartDataSet { - } -?> \ No newline at end of file + } \ No newline at end of file