diff options
| -rw-r--r-- | config.php-dist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist index 7725397..f1ecd93 100644 --- a/config.php-dist +++ b/config.php-dist @@ -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 + */ + # establish an error reporting level suitable for the site #error_reporting (0); # don't show any errors error_reporting(E_ALL); # show all errors |
