Skip to content

Instantly share code, notes, and snippets.

@Papapashu
Created May 14, 2016 09:05
Show Gist options
  • Save Papapashu/b109729887c1c566a836d068674b65f3 to your computer and use it in GitHub Desktop.
Save Papapashu/b109729887c1c566a836d068674b65f3 to your computer and use it in GitHub Desktop.
<?php
# After $modx->initialize('mgr');
$modx->user = $modx->getObject('modUser', '');
$modx->user->sudo = 1;
$modx->user->addSessionContext('mgr');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment