Skip to content

Commit

Permalink
Merge pull request Pathologic#4 from AgelxNash/master
Browse files Browse the repository at this point in the history
IN_MANAGER_MODE
  • Loading branch information
Pathologic committed Mar 16, 2015
2 parents 7ed2ac9 + 6b77d0f commit 08fa329
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/plugins/simplefiles/ajax.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php
define('MODX_API_MODE', true);
define('IN_MANAGER_MODE', true);

include_once(__DIR__."/../../../index.php");
$modx->db->connect();
if (empty ($modx->config)) {
Expand Down

0 comments on commit 08fa329

Please sign in to comment.