issue77, specify default smarty_path for Debian absolut
authorAndreas Unterkircher <unki@netshadow.at>
Sat, 3 Nov 2007 12:46:31 +0000 (12:46 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Sat, 3 Nov 2007 12:46:31 +0000 (12:46 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@290 fa6a889d-dae6-447d-9e79-4ba9a3039384

phpfspot_cfg.php.dist

index 5eb8538976ec5fc73290624a0c1418852d5ae595..185d5cacae69a5b7a1370bd8d26f58ff1b7520a7 100644 (file)
@@ -40,10 +40,10 @@ class PHPFSPOT_CFG {
    /* path to Smarty (http://smarty.php.net) installation. this option
       should directly point to the Smarty main directory containing the
       sub directories 'libs', 'misc', 'unit_test', ...
    /* path to Smarty (http://smarty.php.net) installation. this option
       should directly point to the Smarty main directory containing the
       sub directories 'libs', 'misc', 'unit_test', ...
-      the default value 'smarty' is enough for Debian-systems where
-      Smarty is installed through as dpkg.
+      the default value '/usr/share/php/smarty' is for Debian GNU/Linux
+      where Smarty is installed through as dpkg.
    */
    */
-   var $smarty_path = "smarty";
+   var $smarty_path = "/usr/share/php/smarty";
 
    /* it's enough if this database is readonly for the webserver */
    var $fspot_db = "/var/www/f-spot-dbs/photos.db";
 
    /* it's enough if this database is readonly for the webserver */
    var $fspot_db = "/var/www/f-spot-dbs/photos.db";