diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-06-24 23:40:57 -0600 | 
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-06-24 23:40:57 -0600 | 
| commit | f70517a8e88b280c2b380f2bde7ff9d85146506f (patch) | |
| tree | a8e86434282eab242009e9cda145c5b5764a39d5 /application | |
| parent | 043469587ed03a2a4e05aa2fddcebe53f04b0ce4 (diff) | |
| parent | 766de009090cd1a49b6726e79bce7a69392491be (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'application')
| -rw-r--r-- | application/config/config.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/config.php b/application/config/config.php index 2d66d1c0..e88958ed 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -54,7 +54,7 @@ $config["site_protocol"] = "";   *   * This can be removed by using URL rewriting.   */ -$config["index_page"] = "index.php"; +$config["index_page"] = isset($_GET["kohana_uri"]) ? "" : "index.php";  /**   * Fake file extension that will be added to all generated URLs. Example: .html  | 
