<?php
//#################################################################################################
// Credits page
//#################################################################################################
// chillyCMS - Content Management System
// Copyright (C) 2008
// Stefanie Wiegand <hide@address.com> & Johannes Cox <hide@address.com>
//
// This program is licensed under the GPL 3.0 license. For more information see LICENSE.txt.
//#################################################################################################
define('DOIT',true);
require_once("../core/session.backend.include.php");
require_once(PATH."/admin/credits.include.php");
$page->print_head();
$page->add(creditsform());
$page->print_body();
?>