create dect call

git-svn-id: svn://svn.cccv.de/engel-system@233 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
cookie 2007-08-11 12:04:54 +00:00
parent 5a2b6d0735
commit 6293284c8a
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,2 @@
ALTER TABLE `UserCVS` ADD `admin/dect_call.php` CHAR( 1 ) NOT NULL DEFAULT 'N' AFTER `admin/dect.php` ;

7
www-ssl/admin/dect_call.php Executable file
View File

@ -0,0 +1,7 @@
<?PHP
include ("./inc/header.php");
include ("./inc/footer.php");
?>