summaryrefslogtreecommitdiff
path: root/www-ssl/admin/dect_clear.php
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-11-08 21:00:04 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-11-08 21:00:04 +0000
commit07776d01ef06dcd25df25303c92a9fa8c650ca45 (patch)
tree4d0bebaa1b4803a9641e3cd50a1efef2be61349f /www-ssl/admin/dect_clear.php
parent54eddebc929ca92009234cbc030522125a9a2019 (diff)
grundgeruest fur srevice (jabberbot)
git-svn-id: svn://svn.cccv.de/engel-system@150 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/admin/dect_clear.php')
-rwxr-xr-xwww-ssl/admin/dect_clear.php25
1 files changed, 0 insertions, 25 deletions
diff --git a/www-ssl/admin/dect_clear.php b/www-ssl/admin/dect_clear.php
deleted file mode 100755
index 2b20d6c5..00000000
--- a/www-ssl/admin/dect_clear.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?PHP
-
-
-include ("./inc/db.php");
-include ("./inc/config.php");
-include ("./inc/funktion_modem.php");
-
-
-$SQL = "SELECT DECT FROM `User`;";
-
-$Erg = mysql_query($SQL, $con);
-
-echo mysql_error($con);
-
-for( $i=0; $i<mysql_num_rows($Erg); $i++)
-{
- $Number = "#10". mysql_result($Erg, $i, "DECT");
- if( strlen($Number)==7)
- DialNumber( $Number);
-}
-
-return 0;
-
-?>
-