summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorcvs2git <cvs2git>2003-03-20 03:41:04 +0000
committercvs2git <cvs2git>2003-03-20 03:41:04 +0000
commit9ba9f5252cceb2385c914127062e1ca3954b6d60 (patch)
treeae836e9e77e20d9421f6713e5b363b0bfc723605 /FS/FS
parent31dabd9708065a2ae24880b2fe27e997b81878b6 (diff)
parent9aec22e5fd00800c6e7952ae5b85cc639d4b1e78 (diff)
This commit was manufactured by cvs2svn to create branch
'FREESIDE_1_4_BRANCH'.
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/part_export/apache.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/part_export/apache.pm b/FS/FS/part_export/apache.pm
new file mode 100644
index 0000000..b72c9bd
--- /dev/null
+++ b/FS/FS/part_export/apache.pm
@@ -0,0 +1,7 @@
+package FS::part_export::bind;
+
+use vars qw(@ISA);
+use FS::part_export::null;
+
+@ISA = qw(FS::part_export::null);
+