123456789101112131415161718192021222324252627
<? /* HPE - News Portal Engine Copyright (C) 2000-2001 Mike Krus This program is free software; it is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. READ LICENSE.TXT IN THE BASE DIRECTORY FOR INFORMATION ABOUT REDISTRIBUTING THIS SOURCE CODE */ class HPEUserService { var $type; function HPEUserService() { } }; ?>