<?php $system->error('This feature has been disabled in demo mode') if $system->config('demo');$system->db->do('DELETE FROM categories WHERE id = ?',undef,$category->id);$system->redirect('/admin/categories'); ?>