/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/index.php

  • Committer: b11johgu
  • Date: 2013-05-14 12:30:38 UTC
  • mto: This revision was merged to the branch mainline in revision 65.
  • Revision ID: b11johgu@student.his.se-20130514123038-rthxj3f34o32gpxy
ExamplesController:
- Added expand/collapse arrows for categories/subcategories.
- Added category positioning (incomplete).

more general changes made.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
 # Set PHP's internal character encoding to UTF-8
3
 
mb_internal_encoding('UTF-8');
4
 
 
5
 
# Set the character encoding to UTF-8 for all page output
6
 
header('Content-type: text/html; charset=UTF-8');
7
2
 
8
3
/*
9
4
 *---------------------------------------------------------------
207
202
require_once BASEPATH.'core/CodeIgniter.php';
208
203
 
209
204
/* End of file index.php */
210
 
/* Location: ./index.php */
 
205
/* Location: ./index.php */
 
 
b'\\ No newline at end of file'