]> git.pld-linux.org Git - packages/ZoneAdmin.git/blobdiff - ZoneAdmin-smarty.patch
- use %php_data_dir macro
[packages/ZoneAdmin.git] / ZoneAdmin-smarty.patch
index cffe8f1deb5fcd7d0841f6fff91d567380b93291..3b7a27b17f9a8447839955649db7ccd8693eaa44 100644 (file)
@@ -1,15 +1,19 @@
+diff -ur ZoneAdmin-0.2-beta1/includes/smarty/libs/Smarty.class.php ZoneAdmin-0.2-beta1.new/includes/smarty/libs/Smarty.class.php
+--- ZoneAdmin-0.2-beta1/includes/smarty/libs/Smarty.class.php  2007-09-27 12:12:39.000000000 +0200
++++ ZoneAdmin-0.2-beta1.new/includes/smarty/libs/Smarty.class.php      2007-10-12 22:10:07.958967866 +0200
+@@ -79,7 +79,7 @@
+      *
+      * @var string
+      */
+-    var $compile_dir     =  'templates_c';
++    var $compile_dir     =  '/var/lib/ZoneAdmin/templates_c';
+     /**
+      * The directory where config files are located.
+Tylko w ZoneAdmin-0.2-beta1.new/includes/smarty/libs: Smarty.class.php~
 diff -ur ZoneAdmin-0.2-beta1/index.php ZoneAdmin-0.2-beta1.new/index.php
 --- ZoneAdmin-0.2-beta1/index.php      2007-09-27 12:12:39.000000000 +0200
-+++ ZoneAdmin-0.2-beta1.new/index.php  2007-10-12 21:27:14.524592357 +0200
-@@ -13,7 +13,7 @@
- // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
--require('./includes/smarty/libs/Smarty.class.php');
-+require('/usr/share/php/Smarty/Smarty.class.php');
- require('./includes/defaults.php');
- require('./includes/config.php');
++++ ZoneAdmin-0.2-beta1.new/index.php  2007-10-12 22:03:29.959241829 +0200
 @@ -39,7 +39,7 @@
  $tpl = new Smarty;
  
This page took 0.084729 seconds and 4 git commands to generate.