Skip to content

Commit

Permalink
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inc/exportableinterface.class.php
Original file line number Diff line number Diff line change
@@ -29,6 +29,10 @@
* ---------------------------------------------------------------------
*/

if (!defined('GLPI_ROOT')) {
die("Sorry. You can't access this file directly");
}

interface PluginFormcreatorExportableInterface
{
/**
4 changes: 4 additions & 0 deletions inc/linker.class.php
Original file line number Diff line number Diff line change
@@ -29,6 +29,10 @@
* ---------------------------------------------------------------------
*/

if (!defined('GLPI_ROOT')) {
die("Sorry. You can't access this file directly");
}

class PluginFormcreatorLinker
{
private $imported = [];

0 comments on commit 0e15eac

Please sign in to comment.