From 243a6d2231e9b8c127b96b74deac27d4e4f21155 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 5 May 2013 14:56:55 +0200 Subject: moved to medium as default for lac --- contrib/www/lac/embed.php | 2 +- contrib/www/lac/init.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/www') diff --git a/contrib/www/lac/embed.php b/contrib/www/lac/embed.php index 5880fa1..8227f5d 100644 --- a/contrib/www/lac/embed.php +++ b/contrib/www/lac/embed.php @@ -13,7 +13,7 @@
diff --git a/contrib/www/lac/init.php b/contrib/www/lac/init.php index 849c444..9d3d779 100644 --- a/contrib/www/lac/init.php +++ b/contrib/www/lac/init.php @@ -36,7 +36,7 @@ switch($MODE) { } $URL_BASE = 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF']; -$URL_BASE_IDX = preg_replace("/embed(-.*)?\.php/", "index.php", $URL_BASE); +$URL_BASE_IDX = preg_replace("/embed(.*)?\.php/", "index.php", $URL_BASE); $URL_FLASH = $URL_BASE . "?mode=flash&src=$SRC&profile=$PROFILE"; $URL_HTML5 = $URL_BASE . "?mode=html5&src=$SRC&profile=$PROFILE"; -- cgit v1.2.3