<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -119,9 +119,6 @@
 			global $page;
 			$config = Config::current();
 
-			if (!$config-&gt;clean_urls)
-				fallback($_GET['action'], &quot;index&quot;);
-
 			$this-&gt;action =&amp; $_GET['action'];
 
 			# Parse the current URL and extract information.
@@ -132,9 +129,6 @@
 			$this-&gt;request = preg_replace(&quot;/&quot;.$this-&gt;safe_path.&quot;/&quot;, &quot;&quot;, $_SERVER['REQUEST_URI'], 1);
 			$this-&gt;arg = explode(&quot;/&quot;, trim($this-&gt;request, &quot;/&quot;));
 
-			if (ADMIN or JAVASCRIPT or AJAX or XML_RPC or !$config-&gt;clean_urls)
-				return;
-
 			if (empty($this-&gt;arg[0])) # If they're just at /, don't bother with all this.
 				return $this-&gt;action = &quot;index&quot;;
 </diff>
      <filename>includes/class/Route.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>351a1a8fd43618ddcf5b8227c64a1217df797efd</id>
    </parent>
  </parents>
  <author>
    <name>Alex Suraci</name>
    <email>i.am@toogeneric.com</email>
  </author>
  <url>http://github.com/vito/chyrp/commit/6511a9936cdfe0596873ee5ffd2b528f345ad919</url>
  <id>6511a9936cdfe0596873ee5ffd2b528f345ad919</id>
  <committed-date>2008-09-04T18:39:26-07:00</committed-date>
  <authored-date>2008-09-04T18:39:26-07:00</authored-date>
  <message>Handle clean URLs even if the feature is disabled. Bonus: This fixes the problem with gibberish URLs not showing the 404 page.</message>
  <tree>f012145527b0e0134408ddd4a502de3e2916801f</tree>
  <committer>
    <name>Alex Suraci</name>
    <email>i.am@toogeneric.com</email>
  </committer>
</commit>
