User Tools

Site Tools


docs:development:cruisedit:config.php

config.php

<?
include("config.php.default");

$ce_content_types=array("text/html",
                        "text/plain",
                        "text/x-ce-html",
                        "text/x-ce-include",
                        "text/x-ce-layout", 
                        "application/x-httpd-php",
                        "application/x-gzip",
                        "image/jpeg",
                        "image/gif", 
                        "image/png",
                        "image/tiff",
                        "image/x-icon");


$database_name=$_SERVER{"CE_DATABASE"};

$ce_prefix      = "";
$ce_edit_prefix = "/edit";
$ce_list_path   = "/edit/list.php";

$database_readuser=$_SERVER{"CE_READ_USER"};
$database_readuser_password=$_SERVER{"CE_READ_PASSWORD"};

$ce_loglevel=4 ;
?>
docs/development/cruisedit/config.php.txt · Last modified: 22.03.2012 12:49 CET by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki