fix path
authorMichael J Rubinsky <mrubinsk@horde.org>
Fri, 31 Dec 2010 15:25:39 +0000 (10:25 -0500)
committerMichael J Rubinsky <mrubinsk@horde.org>
Fri, 31 Dec 2010 15:25:39 +0000 (10:25 -0500)
ansel/scripts/ansel.php
ansel/scripts/garbage_collection.php

index 0ff1245..26a9201 100755 (executable)
@@ -9,7 +9,7 @@
 * @author Vijay Mahrra <webmaster@stain.net>
 */
 
-require_once dirname(__FILE__) . '/../../lib/Application.php';
+require_once dirname(__FILE__) . '/../lib/Application.php';
 Horde_Registry::appInit('ansel', array('authentication' => 'none', 'cli' => true));
 
 // We accept the user name on the command-line.
index 0d9ba66..b93dd3e 100755 (executable)
@@ -9,7 +9,7 @@
  * directory.
  */
 
-require_once dirname(__FILE__) . '/../../lib/Application.php';
+require_once dirname(__FILE__) . '/../lib/Application.php';
 Horde_Registry::appInit('ansel', array('authentication' => 'none', 'cli' => true));
 
 // Default arguments.
@@ -39,7 +39,6 @@ foreach ($opts as $opt) {
 $vfs = $GLOBALS['injector']->getInstance('Horde_Core_Factory_Vfs')->create();
 $vfspath = '.horde/ansel/';
 $garbagepath = $vfspath . 'garbage/';
-
 $hash = $vfs->listFolder($vfspath, null, false, true);
 sort($hash);