rename button.php -> b.php

This commit is contained in:
Evgeny Gryaznov 2011-02-16 01:25:04 +01:00
parent e3ead37bd7
commit 7dbcc3a09c
3 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
["libs/demothread.php", 2],
["webim/thread.php", 0],
["webim/button.php", 0],
["webim/b.php", 0],
["webim/index.php", 0],
["webim/libs/.*\\.php", 1],

View File

@ -87,7 +87,7 @@ if( !$lang || !in_array($lang,$image_locales) )
$file = "../locales/${lang}/button/${image}_on.gif";
$size = get_gifimage_size($file);
$imagehref = get_app_location($showhost,$forcesecure)."/button.php?i=$image&lang=$lang";
$imagehref = get_app_location($showhost,$forcesecure)."/b.php?i=$image&lang=$lang";
if($groupid) {
$imagehref .= "&group=$groupid";
}