浏览代码

[Routing] fixed ApacheMatcherDumper default config

Fabien Potencier 14 年之前
父节点
当前提交
44ccd44dd6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Symfony/Component/Routing/Matcher/Dumper/ApacheMatcherDumper.php

+ 1 - 1
src/Symfony/Component/Routing/Matcher/Dumper/ApacheMatcherDumper.php

@@ -36,7 +36,7 @@ class ApacheMatcherDumper extends MatcherDumper
     public function dump(array $options = array())
     {
         $options = array_merge(array(
-            'script_name' => 'index.php',
+            'script_name' => 'app.php',
         ), $options);
 
         $regexes = array();