diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2007-08-11 12:04:54 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2007-08-11 12:04:54 +0000 |
commit | 6293284c8acaa89f50cc9b159b500a6ed0785bca (patch) | |
tree | 07100f1bc8a4c014d5f77eac7e034d1e0bde78a9 /www-ssl | |
parent | 5a2b6d0735a38ec353ea8b8020396a27ddd4fba3 (diff) |
create dect call
git-svn-id: svn://svn.cccv.de/engel-system@233 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl')
-rwxr-xr-x | www-ssl/admin/dect_call.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www-ssl/admin/dect_call.php b/www-ssl/admin/dect_call.php new file mode 100755 index 00000000..f0e9bb4d --- /dev/null +++ b/www-ssl/admin/dect_call.php @@ -0,0 +1,7 @@ +<?PHP +include ("./inc/header.php"); + + +include ("./inc/footer.php"); +?> + |