Seditio Source
Root |
./othercms/Cotonti-0.6.25/polls.php
<?PHP
/**
 * Polls loader
 *
 * @package Cotonti
 * @version 0.0.3
 * @author Neocrome, Cotonti Team
 * @copyright Copyright (c) Cotonti Team 2008-2009
 * @license BSD
 */

define('SED_CODE', TRUE);
define('SED_POLLS', TRUE);
$location = 'Polls';
$z = 'polls';

require_once(
'./datas/config.php');
require_once(
$cfg['system_dir'].'/functions.php');
require_once(
$cfg['system_dir'].'/common.php');

sed_dieifdisabled($cfg['disable_polls']);

switch(
$m)
    {
    default:
    require_once(
$cfg['system_dir'].'/core/polls/polls.inc.php');
    break;
    }

?>