We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e429e commit 0e15eacCopy full SHA for 0e15eac
inc/exportableinterface.class.php
@@ -29,6 +29,10 @@
29
* ---------------------------------------------------------------------
30
*/
31
32
+if (!defined('GLPI_ROOT')) {
33
+ die("Sorry. You can't access this file directly");
34
+}
35
+
36
interface PluginFormcreatorExportableInterface
37
{
38
/**
inc/linker.class.php
class PluginFormcreatorLinker
private $imported = [];
0 commit comments