diff --git a/LICENCE b/LICENCE index cc662cd..b28c0ba 100644 --- a/LICENCE +++ b/LICENCE @@ -7,9 +7,12 @@ http://creativecommons.org/licenses/by/3.0/br/deed.en_US This work uses code from: +Rserve rserve-php - php interface to R by Clément Turbelin, Simon Urbanek jQuery jQuery datepicker extension by Trent Richardson +jQuery latex by Andreas Grech +Bootstrap This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/README.md b/README.md index 44964fd..74e8bee 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,12 @@ Para instalar uma nova plataforma notaR, siga os passos descritos na wiki acima. *NOTE* que a versão atual no Github é uma versão de desenvolvimento (ou seja, warnings e erros são mostrados sem filtros ao usuário), enquanto versões na página de [Releases] (https://github.com/lageIBUSP/notaR/releases) são adequadas para produção. + +**Importante:** se você está fazendo clone a partir do Github, lembre-se de executar os seguintes comandos de dentro +do diretório clonado: +``` +git submodule init +git submodule update +``` + + diff --git a/html/aluno.php b/html/aluno.php index e96a52b..e8b01e0 100644 --- a/html/aluno.php +++ b/html/aluno.php @@ -1,10 +1,11 @@ admin()) { - echo "Acesso negado"; + echo "
Acesso negado
"; exit; } +require('menu.php'); if(! isset($_REQUEST['id'])) { - echo "Erro interno!