Skip to content
Snippets Groups Projects
Commit 3e84d854 authored by Tom Needham's avatar Tom Needham
Browse files

remove debug

parent aba3182a
Branches
No related tags found
No related merge requests found
...@@ -26,8 +26,6 @@ require_once('../../../lib/base.php'); ...@@ -26,8 +26,6 @@ require_once('../../../lib/base.php');
// Check if we are a user // Check if we are a user
OC_JSON::checkLoggedIn(); OC_JSON::checkLoggedIn();
OC_Util::checkAppEnabled('user_migrate'); OC_Util::checkAppEnabled('user_migrate');
OC_JSON::error();
die();
// Which operation // Which operation
if( $_GET['operation']=='create' ){ if( $_GET['operation']=='create' ){
$uid = !empty( $_POST['uid'] ) ? $_POST['uid'] : OC_User::getUser(); $uid = !empty( $_POST['uid'] ) ? $_POST['uid'] : OC_User::getUser();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment