diff options
Diffstat (limited to 'src/admin')
| -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; |