install/install.php
changeset 876 aed15c337b72
parent 850 ccedb36dd929
child 1029 1d9846ec37f5
equal deleted inserted replaced
864:09c3ba4f6fbf 876:aed15c337b72
   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       }