added a config file (not under VC)
[e-DoKo.git] / functions.php
index 0168ce3922b3769198ed166ef16bc9ec59d53c4b..abf2b829ac22d6bdac5e917e488387a04d7e9db8 100644 (file)
@@ -1,21 +1,5 @@
 <?php
 
-/*
- * config 
- */
-
-$host  = "http://doko.nubati.net/database/index.php";
-$wiki  = "http://wiki.nubati.net/index.php?title=EmailDoko";
-$debug = 0;
-
-$last=-2;
-
-/*
- * end config
- */    
-
-
-/* helper function */
 function mymail($To,$Subject,$message)
 {  
   global $debug;