parent
dd3724fd58
commit
bbacf605c3
@ -0,0 +1,22 @@ |
||||
<?php |
||||
/** |
||||
This script is used by the mp3 player to see if it should start automatically or not |
||||
*/ |
||||
|
||||
require ('../../global.inc.php'); |
||||
|
||||
switch($_SESSION['whereami']) |
||||
{ |
||||
|
||||
|
||||
case 'lp/build' : |
||||
case 'document/create' : |
||||
case 'document/edit' : |
||||
$autostart = 'false'; |
||||
break; |
||||
default : |
||||
$autostart = 'true'; |
||||
|
||||
} |
||||
echo utf8_encode('autostart='.$autostart); |
||||
?> |
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue