<?php $system->error('This feature has been disabled in demo mode') if $system->config('demo');$user->delete;$system->redirect('/admin/users'); ?>