Double->single converted
[shipsimu.git] / application / selector / config.php
index 649cce48dcec6057b510e1e609ed2a455f228a12..587eccc91327414f8155cf1628795a41c05bc136 100644 (file)
 $cfg = FrameworkConfiguration::getInstance();
 
 // CFG: HEADER-CHARSET
-$cfg->setConfigEntry('header_charset', "utf-8");
+$cfg->setConfigEntry('header_charset', 'utf-8');
 
 // CFG: DEFAULT-WEB-COMMAND
-$cfg->setConfigEntry('default_web_command', "home");
+$cfg->setConfigEntry('default_web_command', 'home');
 
 // CFG: DEFAULT-IMAGE-COMMAND
-$cfg->setConfigEntry('default_image_command', "build");
+$cfg->setConfigEntry('default_image_command', 'build');
 
 // CFG: FORM-ACTION
-$cfg->setConfigEntry('form_action', "index.php?app={?app_short_name?}&page=do_form");
+$cfg->setConfigEntry('form_action', 'index.php?app={?app_short_name?}&page=do_form');
 
 // CFG: FORM-METHOD
-$cfg->setConfigEntry('form_method', "post");
+$cfg->setConfigEntry('form_method', 'post');
 
 // CFG: FORM-TARGET
-$cfg->setConfigEntry('form_target', "_self");
+$cfg->setConfigEntry('form_target', '_self');
 
 // [EOF]
 ?>