]> git.pld-linux.org Git - packages/lms.git/blob - lms-smarty.patch
- added missing R: webserver(access,alias)
[packages/lms.git] / lms-smarty.patch
1 --- lms.orig/contrib/customer/index.php 2007-10-08 15:04:15.000000000 +0200
2 +++ lms/contrib/customer/index.php      2007-10-27 19:28:36.000000000 +0200
3 @@ -130,7 +130,7 @@
4  
5  // Initialize templates engine
6  
7 -require_once(LIB_DIR.'/Smarty/Smarty.class.php');
8 +require_once('/usr/share/php/Smarty/Smarty.class.php');
9  
10  $SMARTY = new Smarty;
11  
12 --- lms.orig/contrib/customer_otherip/class.php 2007-10-08 15:04:15.000000000 +0200
13 +++ lms/contrib/customer_otherip/class.php      2007-10-27 19:31:00.000000000 +0200
14 @@ -132,7 +132,7 @@
15  
16  // Initialize templates engine
17  
18 -require_once(LIB_DIR.'/Smarty/Smarty.class.php');
19 +require_once('/usr/share/php/Smarty/Smarty.class.php');
20  
21  $SMARTY = new Smarty;
22  
23 --- lms.orig/contrib/squid_redirector/index.php 2007-10-08 15:04:15.000000000 +0200
24 +++ lms/contrib/squid_redirector/index.php      2007-10-27 19:28:14.000000000 +0200
25 @@ -122,7 +122,7 @@
26  
27  // Initialize templates engine
28  
29 -require_once(LIB_DIR.'/Smarty/Smarty.class.php');
30 +require_once('/usr/share/php/Smarty/Smarty.class.php');
31  
32  $SMARTY = new Smarty;
33  $SESSION = NULL;
34 --- lms.orig/index.php  2007-10-08 15:04:15.000000000 +0200
35 +++ lms/index.php       2007-10-27 19:29:05.000000000 +0200
36 @@ -139,7 +139,7 @@
37  
38  // Initialize templates engine (must be before locale settings)
39  
40 -require_once(LIB_DIR.'/Smarty/Smarty.class.php');
41 +require_once('/usr/share/php/Smarty/Smarty.class.php');
42  
43  $SMARTY = new Smarty;
44  
This page took 0.060472 seconds and 3 git commands to generate.