Added define check to Plugins

This commit is contained in:
Tobias Reich 2014-04-16 10:13:30 +02:00
parent 3a67cd4728
commit 009d08f090

View File

@ -6,6 +6,8 @@
# @copyright 2014 by Tobias Reich # @copyright 2014 by Tobias Reich
### ###
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
class Plugins implements \SplSubject { class Plugins implements \SplSubject {
private $files = array(); private $files = array();