summaryrefslogtreecommitdiff
path: root/functions.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2000-06-10 18:58:41 +0000
committerDries Buytaert <dries@buytaert.net>2000-06-10 18:58:41 +0000
commit9583c72c677ac6f57e57916cff03f46cc0dfc51d (patch)
treedfc812589988485d9c250306594b0735e3ed1e91 /functions.inc
parent9b99d319bd9d348e24b30d989c58ef1f78989c08 (diff)
downloadbrdo-9583c72c677ac6f57e57916cff03f46cc0dfc51d.tar.gz
brdo-9583c72c677ac6f57e57916cff03f46cc0dfc51d.tar.bz2
* Implemented ban-capabilities, a first step towards an admin-friendly user
system: - you can add and remove wild-carded e-mails from the banlist. - you can add and remove wild-carded hostnames from the banlist. - you can add and remove wild-carded usernames from the banlist. - you can add and remove wild-carded profanity from the banlist. - you can browse all bans according to their category: see ban.php.
Diffstat (limited to 'functions.inc')
-rw-r--r--functions.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.inc b/functions.inc
index 423067bac..beb8eae3f 100644
--- a/functions.inc
+++ b/functions.inc
@@ -1,5 +1,6 @@
<?
include("user.class.php");
+
session_start();
include "config.inc";