2010-02-08 07:32:34 +00:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* Base file that every file in www/ should include.
|
|
|
|
* Loads all other SemanticScuttle files.
|
|
|
|
*
|
|
|
|
* SemanticScuttle - your social bookmark manager.
|
|
|
|
*
|
|
|
|
* PHP version 5.
|
|
|
|
*
|
|
|
|
* @category Bookmarking
|
|
|
|
* @package SemanticScuttle
|
|
|
|
* @author Benjamin Huynh-Kim-Bang <mensonge@users.sourceforge.net>
|
|
|
|
* @author Christian Weiske <cweiske@cweiske.de>
|
|
|
|
* @author Eric Dane <ericdane@users.sourceforge.net>
|
|
|
|
* @license GPL http://www.gnu.org/licenses/gpl.html
|
|
|
|
* @link http://sourceforge.net/projects/semanticscuttle
|
|
|
|
*/
|
2010-02-09 15:54:42 +00:00
|
|
|
require_once dirname(__FILE__) . '/../src/SemanticScuttle/header.php';
|
2010-02-08 07:32:34 +00:00
|
|
|
?>
|