diff options
Diffstat (limited to 'functions.php')
-rw-r--r-- | functions.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/functions.php b/functions.php index 0168ce3..abf2b82 100644 --- a/functions.php +++ b/functions.php @@ -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; |