]> git.pld-linux.org Git - packages/CodeIgniter.git/blob - pld.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/CodeIgniter.git] / pld.patch
1 diff -ur -x .svn -x .git -x .bzr -x CVS CodeIgniter_2.1.2/index.php CodeIgniter_2.1.2.x/index.php
2 --- CodeIgniter_2.1.2/index.php 2012-06-30 00:22:35.000000000 +0300
3 +++ CodeIgniter_2.1.2.x/index.php       2015-06-09 15:44:16.727178586 +0300
4 @@ -56,7 +56,7 @@
5   * as this file.
6   *
7   */
8 -       $system_path = 'system';
9 +       $system_path = "/usr/share/CodeIgniter/system";
10  
11  /*
12   *---------------------------------------------------------------
13 @@ -72,7 +72,7 @@
14   * NO TRAILING SLASH!
15   *
16   */
17 -       $application_folder = 'application';
18 +       $application_folder = "PLEASE SET TO CORRECT PATH";
19  
20  /*
21   * --------------------------------------------------------------------
This page took 0.056232 seconds and 3 git commands to generate.