Skip to content

Commit 4d6cec7

Browse files
restrict access
1 parent 235ee27 commit 4d6cec7

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

embed.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
defined('EMONCMS_EXEC') or die('Restricted access');
23
/*
34
All Emoncms code is released under the GNU Affero General Public License.
45
See COPYRIGHT.txt and LICENSE.txt.

group_view.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
defined('EMONCMS_EXEC') or die('Restricted access');
23
/*
34
All Emoncms code is released under the GNU Affero General Public License.
45
See COPYRIGHT.txt and LICENSE.txt.

view.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
defined('EMONCMS_EXEC') or die('Restricted access');
23
/*
34
All Emoncms code is released under the GNU Affero General Public License.
45
See COPYRIGHT.txt and LICENSE.txt.

0 commit comments

Comments
 (0)