Adding enscript paths
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 19 Dec 2005 06:04:30 +0000 (06:04 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 19 Dec 2005 06:04:30 +0000 (06:04 +0000)
includes/init.php
includes/paths.php

index d0f6e39518dc6e35c42e513b1e22d1bca8d705c1..a9afd6bcd65487c56e04daa7039944ba96d6a892 100644 (file)
@@ -78,6 +78,7 @@ $viewsvn->repos =& new Repository($repository, $iscontainer);
 // path manager
 require_once('./includes/paths.php');
 $viewsvn->path = $webpath;
+$viewsvn->enscript = $enscript;
 $viewsvn->paths =& new Paths($pathtype);
 
 // ###################################################################
index cab45614b974a12ee9956794b9894a768f0f9da3..7ff779525a5592075db83f90ddb7d1453f1aedf0 100644 (file)
@@ -41,6 +41,12 @@ class Paths
        */
        var $type;
        
+       /**
+       * Path to Enscript binary
+       * @var  string
+       */
+       var $enscript = '';
+       
        /**
        * Constructor: determine the type of linking to use
        *