diff options
| author | Loic GUEGAN <loic@Manzerbredes.home> | 2016-04-26 23:37:10 +0200 |
|---|---|---|
| committer | Loic GUEGAN <loic@Manzerbredes.home> | 2016-04-26 23:37:10 +0200 |
| commit | a845b20ee91cd6aa9981551206aec1a85dd407f8 (patch) | |
| tree | c5451bd27c727e0937871f86856ec1a22c7f84ef /server/core/Plugin.php | |
| parent | 91b6918ef3f830c46eac5aa0249edb7f52ba87cd (diff) | |
| parent | 477dc821824b422c11d0d34b644de4b68a596510 (diff) | |
Merge branch 'loic' into loic-image-edition
Diffstat (limited to 'server/core/Plugin.php')
| -rwxr-xr-x | server/core/Plugin.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/server/core/Plugin.php b/server/core/Plugin.php deleted file mode 100755 index e6fd8a7..0000000 --- a/server/core/Plugin.php +++ /dev/null @@ -1,13 +0,0 @@ -<?php - -abstract class plugin{ - - public $api; - - public function __construct($api){ - - $this->api = $api; - - } - -} |
