We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebef38d commit 9e8fbf5Copy full SHA for 9e8fbf5
1 file changed
manager/actions/category_mgr/inc/request_trigger.inc.php
@@ -2,6 +2,10 @@
2
/**
3
* Ajax Requests
4
*/
5
+if(IN_MANAGER_MODE != "true") {
6
+ die("<b>INCLUDE_ORDERING_ERROR</b><br /><br />Please use the MODX Content Manager instead of accessing this file directly.");
7
+}
8
+
9
if( isset( $_REQUEST[$cm->get('request_key')]['ajax'] ) )
10
{
11
$_data = $_REQUEST[$cm->get('request_key')];
0 commit comments