diff options
Diffstat (limited to 'add_user.php')
| -rw-r--r-- | add_user.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/add_user.php b/add_user.php index 754c946..eeff66c 100644 --- a/add_user.php +++ b/add_user.php @@ -1,5 +1,13 @@ <?php +/** + * Copyright (c) 2007 Nathan Kinkade + * + * This code is offered under an MIT (X11) license. For more information + * about the terms of this license see the file LICENSE included with this + * software or visit: http://www.opensource.org/licenses/mit-license.php + */ + include "include/db.php"; # make sure that none of the fields are empty |
