Help for this page

Select Code to Download


  1. or download this
      return ( $points && min( $Max, $new ) > $quota ) ? $new : $Base;
    
  2. or download this
       if ($points > 18000 && $quota < 24) {
          return 24;
       }