Index: branches/5.1.x/core/units/general/libchart/classes/view/color/Palette.php =================================================================== diff -u -r12127 -r12657 --- branches/5.1.x/core/units/general/libchart/classes/view/color/Palette.php (.../Palette.php) (revision 12127) +++ branches/5.1.x/core/units/general/libchart/classes/view/color/Palette.php (.../Palette.php) (revision 12657) @@ -17,6 +17,8 @@ * */ + defined('FULL_PATH') or die('restricted access!'); + /** * Color palette shared by all chart types. * @@ -106,5 +108,4 @@ new LibchartColor(93, 129, 1) ), 0.7); } - } -?> \ No newline at end of file + } \ No newline at end of file