<?php
/*
Plugin Name: Memberslist
Plugin URI: http://www.fstoffel.de
Version: 1.0
Author: Florian Stoffel
Author URI: http://www.fstoffel.de
*/

/** contains the backend code */
include_once(dirname(__FILE__) . '/admin.inc.php');
include_once(dirname(__FILE__) . '/view.inc.php');


?>
