Skip to content

Commit 63fb55a

Browse files
Final Commit
Project Closure Alhumdulillah!
1 parent 5448bf8 commit 63fb55a

File tree

4 files changed

+440
-24
lines changed

4 files changed

+440
-24
lines changed

application/config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
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 */

application/views/pages/leaderboard.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
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>

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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

0 commit comments

Comments
 (0)