summaryrefslogtreecommitdiff
path: root/www-ssl/admin/dect.php
diff options
context:
space:
mode:
authorichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8>2008-09-10 18:30:16 +0000
committerichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8>2008-09-10 18:30:16 +0000
commit244d74474a7fcb06fc1a86c9efba771c601f3df4 (patch)
tree825e5045e004bf6238215cdb40e27056309d283f /www-ssl/admin/dect.php
parent0c4794c71fded14cd098ae519bc856f3af79f89b (diff)
fixed all the files in /admin
git-svn-id: svn://svn.cccv.de/engel-system@284 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/admin/dect.php')
-rwxr-xr-xwww-ssl/admin/dect.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/www-ssl/admin/dect.php b/www-ssl/admin/dect.php
index 166803c5..43f8a77e 100755
--- a/www-ssl/admin/dect.php
+++ b/www-ssl/admin/dect.php
@@ -2,11 +2,11 @@
$title = "Engelsystem - DECT";
$header = "DECT send call";
-include ("./inc/header.php");
+include ("../../includes/header.php");
-include ("./inc/config_IAX.php");
-//include ("./inc/funktion_modem.php");
-include ("./inc/funktion_cron.php");
+include ("../../includes/config_IAX.php");
+//include ("../../includes/funktion_modem.php");
+include ("../../includes/funktion_cron.php");
if( !isset($_GET["dial"])) $_GET["dial"] = "";
if( !isset($_GET["custum"])) $_GET["custum"] = "";
@@ -65,6 +65,6 @@ if( $_GET["dial"]=="dial")
echo "</form>";
-include ("./inc/footer.php");
+include ("../../includes/footer.php");
?>