diff options
Diffstat (limited to 'src/globals.php')
| -rwxr-xr-x | src/globals.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/globals.php b/src/globals.php index e65faa6..0f034ce 100755 --- a/src/globals.php +++ b/src/globals.php @@ -1,7 +1,7 @@ <?php //////////////////////////////////////////////////////////////////////////////// //BOCA Online Contest Administrator -// Copyright (C) 2003-2012 by BOCA Development Team (bocasystem@gmail.com) +// Copyright (C) by BOCA Development Team (bocasystem@gmail.com) // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. //////////////////////////////////////////////////////////////////////////////// -// Last modified 09/nov/2012 by cassio@ime.usp.br +// Last modified 15/aug/2014 by cassio@ime.usp.br require_once('db.php'); define("dbcompat_1_4_1",true); |