summaryrefslogtreecommitdiff
path: root/attachments.php
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-02-08 21:27:23 +0000
committerwjames5 <will@tekimaki.com>2010-02-08 21:27:23 +0000
commit171655b0cc004f7b146771b7566aa2eac0ab1f6d (patch)
tree23b4e88354fbe64eeec6afaee1425008804384aa /attachments.php
parenta8781a300ab16b5175ac022bf368d40f3846ff1c (diff)
downloadliberty-171655b0cc004f7b146771b7566aa2eac0ab1f6d.tar.gz
liberty-171655b0cc004f7b146771b7566aa2eac0ab1f6d.tar.bz2
liberty-171655b0cc004f7b146771b7566aa2eac0ab1f6d.zip
deprecate root bit_setup_inc use kernel/setup_inc.php
Diffstat (limited to 'attachments.php')
-rw-r--r--attachments.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/attachments.php b/attachments.php
index 8df7112..715e7cb 100644
--- a/attachments.php
+++ b/attachments.php
@@ -3,7 +3,7 @@
* attachment_browser
*
* @author spider <spider@steelsun.com>
- * @version $Revision: 1.7 $
+ * @version $Revision: 1.8 $
* @package liberty
* @subpackage functions
*/
@@ -11,7 +11,7 @@
/**
* bit setup
*/
-require_once("../bit_setup_inc.php");
+require_once("../kernel/setup_inc.php");
$gContent = new LibertyMime();