Changeset 7030
- Timestamp:
- 11/22/08 01:44:30 (7 weeks ago)
- Files:
-
- 1 modified
-
trunk/interface/blog/checkup.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/blog/checkup.php
r6970 r7030 444 444 $content = fread($fp, filesize($filename)); 445 445 fclose($fp); 446 if ((preg_match('@ rewrite\.php@', $content) == 0 ) ||446 if ((preg_match('@dispatcher\.php@', $content) == 0 ) || 447 447 (strpos($content,'[OR]') !== false) || 448 448 (strpos($content,' -d') == false) || … … 466 466 RewriteCond %{REQUEST_FILENAME} !-f 467 467 RewriteRule ^(thumbnail)/([0-9]+/.+)$ cache/$1/$2 [L] 468 RewriteRule ^(.*)$ rewrite.php [L,QSA]468 RewriteRule ^(.*)$ dispatcher.php [L,QSA] 469 469 "; 470 470 $fp = fopen($filename, "w");
