diff options
| author | Bruno Ribas <brunoribas@gmail.com> | 2017-10-25 02:15:27 +0000 |
|---|---|---|
| committer | Bruno Ribas <brunoribas@gmail.com> | 2017-10-25 02:15:27 +0000 |
| commit | e9727e8f0c0040dc29cb7d78a606652d453fc77f (patch) | |
| tree | 5f7ada5cece019acd254909df04645f8bb8fcb56 /src/globals.php | |
| parent | 2c389fdd3760c2eaed76e97eac65868dd12ef9a4 (diff) | |
| parent | e6e30705f876a0a6ff07a1247145fccd09f58343 (diff) | |
| download | boca-e9727e8f0c0040dc29cb7d78a606652d453fc77f.tar.gz boca-e9727e8f0c0040dc29cb7d78a606652d453fc77f.zip | |
Merge branch 'master' of github.com:cassiopc/boca
Diffstat (limited to 'src/globals.php')
| -rwxr-xr-x | src/globals.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.php b/src/globals.php index 2dccdd1..1d449c1 100755 --- a/src/globals.php +++ b/src/globals.php @@ -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 26/jul/2017 by cassio@ime.usp.br +// Last modified 24/oct/2017 by cassio@ime.usp.br require_once('db.php'); define("dbcompat_1_4_1",true); |