Index: branches/5.0.x/core/units/general/libchart/classes/view/caption/Caption.php =================================================================== diff -u -r12117 -r12299 --- branches/5.0.x/core/units/general/libchart/classes/view/caption/Caption.php (.../Caption.php) (revision 12117) +++ branches/5.0.x/core/units/general/libchart/classes/view/caption/Caption.php (.../Caption.php) (revision 12299) @@ -17,6 +17,8 @@ * */ + defined('FULL_PATH') or die('restricted access!'); + /** * Caption. * @@ -108,5 +110,4 @@ public function setColorSet($colorSet) { $this->colorSet = $colorSet; } - } -?> \ No newline at end of file + } \ No newline at end of file