changed git call from https to git readonly
[atutor.git] / mods / epresence / index.php
1 <?php\r
2 /*\r
3 This is the ATutor student ePresence module page. \r
4 \r
5 */\r
6 define('AT_INCLUDE_PATH', '../../include/');\r
7 require (AT_INCLUDE_PATH.'vitals.inc.php');\r
8 \r
9 require (AT_INCLUDE_PATH.'header.inc.php');\r
10 \r
11 ?>\r
12 \r
13 <a href="<?php echo $_SERVER['PHP_SELF']; ?>" onclick="window.open('<?php echo $_config['epresence']; ?>','epresencewin','width=800,height=720,scrollbars=yes, resizable=yes'); return false"><?php echo  _AT('epresence_own_window'); ?></a> </li>\r
14 \r
15 <iframe name="epresence" id="epresence" title="ePresence" scrolling="yes" src="<?php echo $_config['epresence']; ?>" height="800" width="90%" align="center" style="border:thin white solid; align:center;"></iframe>\r
16 \r
17 <?php  require (AT_INCLUDE_PATH.'footer.inc.php'); ?>