summaryrefslogtreecommitdiffstats
path: root/functions.php
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2006-12-12 11:34:09 +0000
committerarun <arun>2006-12-12 11:34:09 +0000
commit320ebe96e21e08d5fad1a4ccbef241d5defd92bc (patch)
tree3a6424b165811b0c823f1b8b1dff6c5de608bfba /functions.php
parent6af8e19b862bc37a5a34239d53953d9dc5786d7c (diff)
downloade-DoKo-320ebe96e21e08d5fad1a4ccbef241d5defd92bc.tar.gz
e-DoKo-320ebe96e21e08d5fad1a4ccbef241d5defd92bc.tar.bz2
e-DoKo-320ebe96e21e08d5fad1a4ccbef241d5defd92bc.zip
added a config file (not under VC)
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php16
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;