<?php
/**
* LogPage.class.php
*
* This file contains the definition for the LogPage class
*
* @package Pages
* @author John Diamond <hide@address.com>
* @copyright John Diamond <hide@address.com>
* @license http://www.opensource.org/licenses/gpl-license.php GNU Public License
*/
require BASE_PATH . "include/SolidStateAdminPage.class.php";
/**
* LogPage
*
* View SolidState Log page
*
* @package Pages
* @author John Diamond <hide@address.com>
*/
class LogPage extends SolidStateAdminPage {
}
?>