diff options
| author | cassio <cassiopc@gmail.com> | 2018-11-02 16:47:44 +0000 |
|---|---|---|
| committer | cassio <cassiopc@gmail.com> | 2018-11-02 16:47:44 +0000 |
| commit | e5f85442a4fc5413b2d345e66d63e21dce2bc7a3 (patch) | |
| tree | bc459e92d2d527d20c73ded14e93ba8993d148c0 /src | |
| parent | aa629c7e4b35d0cd40f8191348a57ef69324c2a5 (diff) | |
| download | boca-e5f85442a4fc5413b2d345e66d63e21dce2bc7a3.tar.gz boca-e5f85442a4fc5413b2d345e66d63e21dce2bc7a3.zip | |
remove last mod line
Diffstat (limited to 'src')
| -rw-r--r-- | src/admin/report/header.php | 1 | ||||
| -rw-r--r-- | src/admin/report/webcast.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/admin/report/header.php b/src/admin/report/header.php index 7764527..05375bd 100644 --- a/src/admin/report/header.php +++ b/src/admin/report/header.php @@ -15,7 +15,6 @@ // 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 05/aug/2012 by cassio@ime.usp.br ob_start(); session_start(); diff --git a/src/admin/report/webcast.php b/src/admin/report/webcast.php index 9a56e44..a9a925c 100644 --- a/src/admin/report/webcast.php +++ b/src/admin/report/webcast.php @@ -15,7 +15,6 @@ // 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 updated 07/nov/2012 by cassio@ime.usp.br require('header.php'); $ds = DIRECTORY_SEPARATOR; |