summaryrefslogtreecommitdiff
path: root/www-ssl/admin/dect_call.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-01 15:02:00 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-01 15:02:00 +0200
commite050c0dc7f4c70b13596f8e940a31a9678bb3b52 (patch)
treece222f80b4c02d48c1990392627383f63a08a6e9 /www-ssl/admin/dect_call.php
parenta537f4bf73101c467af3b01db32fcdb9fd0a91ce (diff)
bootstrapping
Diffstat (limited to 'www-ssl/admin/dect_call.php')
-rw-r--r--www-ssl/admin/dect_call.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/www-ssl/admin/dect_call.php b/www-ssl/admin/dect_call.php
index 58c7cfe1..0799c2be 100644
--- a/www-ssl/admin/dect_call.php
+++ b/www-ssl/admin/dect_call.php
@@ -1,7 +1,8 @@
<?php
-include ("../../../camp2011/includes/header.php");
+require_once ('../bootstrap.php');
+include ("includes/header.php");
-include ("../../../camp2011/includes/footer.php");
+include ("includes/footer.php");
?>