File tree Expand file tree Collapse file tree 4 files changed +440
-24
lines changed
Expand file tree Collapse file tree 4 files changed +440
-24
lines changed Original file line number Diff line number Diff line change 357357*/
358358$ config ['proxy_ips ' ] = '' ;
359359
360- $ config ['max_quiz_questions ' ] = 10 ;
360+ $ config ['max_quiz_questions ' ] = 5 ;
361361$ config ['quiz_points ' ] = 70 ;
362362$ config ['review_points ' ] = 30 ;
363363/* End of file config.php */
Original file line number Diff line number Diff line change 1010 }
1111?>
1212
13- <section class="breadcrumb">
14- <h2><a href="<?= base_url ();?> index.php/home">HOME</a> / LEADERBOARD</h2>
15- </section>
1613
1714<section class="container">
1815
16+ <!-- <section class="breadcrumb">
17+ <h2><a href="<?= base_url ();?> index.php/home">HOME</a> / LEADERBOARD</h2>
18+ </section> -->
1919 <section class="content-md">
2020 <table class="leaderboard">
2121 <thead>
Original file line number Diff line number Diff line change 1818 * NOTE: If you change these, also change the error_reporting() code below
1919 *
2020 */
21- define ('ENVIRONMENT ' , 'development ' );
21+ define ('ENVIRONMENT ' , 'production ' );
2222/*
2323 *---------------------------------------------------------------
2424 * ERROR REPORTING
You can’t perform that action at this time.
0 commit comments