/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/application/controllers/codeviewer.php

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-21 12:01:01 UTC
  • mfrom: (82.1.1 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130521120101-ch0ps106uaovyh5u
merged the missing things...

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
*/
12
12
class Codeviewer extends CI_Controller {
13
13
 
14
 
        /*Temporarily redirects the user to the startpage*/
15
 
        public function index(){
16
 
                redirect('/');
17
 
        }
18
 
 
19
14
        /**
20
15
        * This shows the codeviewer page
21
16
        */