There is no content/lib/base.php
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 6 Jun 2009 15:35:23 +0000 (11:35 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 6 Jun 2009 15:35:23 +0000 (11:35 -0400)
content/bin/object_add.php
content/bin/object_delete.php
content/bin/tag.php
content/bin/tag_add.php
content/bin/tag_delete.php
content/bin/untag.php

index 2213c22..27dcbe7 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 
 define('AUTH_HANDLER', true);
-require dirname(__FILE__) . '/../lib/base.php';
 require $CONTENT_DIR . 'lib/Objects/Object.php';
 require $CONTENT_DIR . 'lib/Objects/ObjectMapper.php';
 
index 71330cd..2b155ef 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 
 define('AUTH_HANDLER', true);
-require dirname(__FILE__) . '/../lib/base.php';
 require $CONTENT_DIR . 'lib/Objects/Object.php';
 require $CONTENT_DIR . 'lib/Objects/ObjectMapper.php';
 
index f327753..43030d2 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 
 define('AUTH_HANDLER', true);
-require dirname(__FILE__) . '/../lib/base.php';
 require $CONTENT_DIR . 'lib/Tags/Tagger.php';
 
 $options = array(
index 909e1f8..e0bd9b1 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 
 define('AUTH_HANDLER', true);
-require dirname(__FILE__) . '/../lib/base.php';
 require $CONTENT_DIR . 'lib/Tags/Tag.php';
 require $CONTENT_DIR . 'lib/Tags/TagMapper.php';
 
index 42d94f3..eaab9c1 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 
 define('AUTH_HANDLER', true);
-require dirname(__FILE__) . '/../lib/base.php';
 require $CONTENT_DIR . 'lib/Tags/Tag.php';
 require $CONTENT_DIR . 'lib/Tags/TagMapper.php';
 
index 7e24da6..8e38aed 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 
 define('AUTH_HANDLER', true);
-require dirname(__FILE__) . '/../lib/base.php';
 require $CONTENT_DIR . 'lib/Tags/Tagger.php';
 
 $options = array(