config.php
Go to the documentation of this file.00001 <?php
00025
00026 $cfg = FrameworkConfiguration::getInstance();
00027
00028
00029 $cfg->setConfigEntry('header_charset', "utf-8");
00030
00031
00032 $cfg->setConfigEntry('default_web_command', "home");
00033
00034
00035 $cfg->setConfigEntry('default_image_command', "build");
00036
00037
00038 $cfg->setConfigEntry('page_with_news', "home");
00039
00040
00041 $cfg->setConfigEntry('form_action', "index.php?app={?app_short_name?}&page=do_form");
00042
00043
00044 $cfg->setConfigEntry('form_method', "post");
00045
00046
00047 $cfg->setConfigEntry('form_target', "_self");
00048
00049
00050 ?>