Index: branches/5.1.x/core/units/general/libchart/classes/view/primitive/Rectangle.php =================================================================== diff -u -N -r12127 -r12657 --- branches/5.1.x/core/units/general/libchart/classes/view/primitive/Rectangle.php (.../Rectangle.php) (revision 12127) +++ branches/5.1.x/core/units/general/libchart/classes/view/primitive/Rectangle.php (.../Rectangle.php) (revision 12657) @@ -17,6 +17,8 @@ * */ + defined('FULL_PATH') or die('restricted access!'); + /** * A rectangle identified by the top-left and the bottom-right corners. * @@ -72,5 +74,4 @@ //echo "(" . $this->x1 . "," . $this->y1 . ") (" . $this->x2 . "," . $this->y2 . ")
"; return $rectangle; } - } -?> \ No newline at end of file + } \ No newline at end of file