SOURCES: uebimiau-smarty.patch - updated to 2.7.10

adamg adamg at pld-linux.org
Sun Jul 16 23:03:43 CEST 2006


Author: adamg                        Date: Sun Jul 16 21:03:43 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to 2.7.10

---- Files affected:
SOURCES:
   uebimiau-smarty.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/uebimiau-smarty.patch
diff -u SOURCES/uebimiau-smarty.patch:1.2 SOURCES/uebimiau-smarty.patch:1.3
--- SOURCES/uebimiau-smarty.patch:1.2	Fri Jan  7 16:34:19 2005
+++ SOURCES/uebimiau-smarty.patch	Sun Jul 16 23:03:38 2006
@@ -1,49 +1,48 @@
-diff -urN a/inc/inc.php b/inc/inc.php
---- a/inc/inc.php	2005-01-04 01:51:30.000000000 +0100
-+++ b/inc/inc.php	2005-01-04 01:54:58.812328136 +0100
-@@ -22,6 +22,8 @@
- require_once(SMARTY_DIR."Smarty.class.php");
- $smarty = new Smarty;
- $smarty->compile_dir = $temporary_directory;
-+$smarty->template_dir = 'themes';
-+$smarty->config_dir = 'langs';
- $smarty->security=true;
- $smarty->secure_dir=array("./");
- 
-diff -urN a/index.php b/index.php
---- a/index.php	2003-01-06 23:20:38.000000000 +0100
-+++ b/index.php	2005-01-04 01:53:45.508472016 +0100
-@@ -19,6 +19,8 @@
- $smarty->security=true;
- $smarty->secure_dir=array("./");
- $smarty->compile_dir = $temporary_directory;
-+$smarty->template_dir = 'themes';
-+$smarty->config_dir = 'langs';
- $smarty->assign("umLanguageFile",$selected_language.".txt");
- 
- $smarty->assign("umEmail",$f_email);
- 
-diff -urN a/badlogin.php b/badlogin.php
---- a/badlogin.php	2003-06-28 23:00:24.000000000 +0200
-+++ b/badlogin.php	2005-01-07 16:31:24.996219232 +0100
+diff -burN webmail.orig/badlogin.php webmail/badlogin.php
+--- webmail.orig/badlogin.php	2006-07-16 21:57:53.000000000 +0200
++++ webmail/badlogin.php	2006-07-16 21:59:17.000000000 +0200
 @@ -21,6 +21,8 @@
  
  $smarty = new Smarty;
  $smarty->compile_dir = $temporary_directory;
-+$smarty->template_dir = 'themes';
-+$smarty->config_dir = 'langs';
++$smarty->template_dir = 'themes';
++$smarty->config_dir = 'langs';
  $smarty->security=true;
  $smarty->secure_dir=array("./");
  
-diff -urN a/error.php b/error.php
---- a/error.php	2003-01-06 22:38:58.000000000 +0100
-+++ b/error.php	2005-01-07 16:31:00.990868600 +0100
+diff -burN webmail.orig/error.php webmail/error.php
+--- webmail.orig/error.php	2006-07-16 21:57:53.000000000 +0200
++++ webmail/error.php	2006-07-16 21:59:26.000000000 +0200
 @@ -19,6 +19,8 @@
  require_once(SMARTY_DIR."Smarty.class.php");
  $smarty = new Smarty;
  $smarty->compile_dir = $temporary_directory;
-+$smarty->template_dir = 'themes';
-+$smarty->config_dir = 'langs';
++$smarty->template_dir = 'themes';
++$smarty->config_dir = 'langs';
+ $smarty->security=true;
+ $smarty->secure_dir=array("./");
+ $smarty->assign("umLanguageFile",$selected_language.".txt");
+diff -burN webmail.orig/inc/inc.php webmail/inc/inc.php
+--- webmail.orig/inc/inc.php	2006-07-16 21:57:53.000000000 +0200
++++ webmail/inc/inc.php	2006-07-16 21:58:47.000000000 +0200
+@@ -24,6 +24,8 @@
+ require_once(SMARTY_DIR."Smarty.class.php");
+ $smarty = new Smarty;
+ $smarty->compile_dir = $temporary_directory;
++$smarty->template_dir = 'themes';
++$smarty->config_dir = 'langs';
+ $smarty->security=true;
+ //$smarty->secure_dir=array("./");
+ 
+diff -burN webmail.orig/index.php webmail/index.php
+--- webmail.orig/index.php	2006-07-16 21:57:53.000000000 +0200
++++ webmail/index.php	2006-07-16 21:59:04.000000000 +0200
+@@ -22,6 +22,8 @@
  $smarty->security=true;
  $smarty->secure_dir=array("./");
+ $smarty->compile_dir = $temporary_directory;
++$smarty->template_dir = 'themes';
++$smarty->config_dir = 'langs';
  $smarty->assign("umLanguageFile",$selected_language.".txt");
+ 
+ $smarty->assign("umEmail",$f_email);
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/uebimiau-smarty.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list