equal
deleted
inserted
replaced
192 require_once( ENANO_ROOT . '/includes/json2.php' ); |
192 require_once( ENANO_ROOT . '/includes/json2.php' ); |
193 |
193 |
194 if ( isset($_GET['str']) && in_array($_GET['str'], array('standard', 'shortened', 'rewrite')) ) |
194 if ( isset($_GET['str']) && in_array($_GET['str'], array('standard', 'shortened', 'rewrite')) ) |
195 { |
195 { |
196 echo 'good_' . $_GET['str']; |
196 echo 'good_' . $_GET['str']; |
|
197 } |
|
198 else if ( $_SERVER['QUERY_STRING'] == '/tiny&do=modrewrite_test' ) |
|
199 { |
|
200 echo 'good_tiny'; |
197 } |
201 } |
198 else |
202 else |
199 { |
203 { |
200 echo 'bad'; |
204 echo 'bad'; |
201 } |
205 } |