mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-15 08:34:11 +03:00
rename button.php -> b.php
This commit is contained in:
parent
e3ead37bd7
commit
7dbcc3a09c
@ -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],
|
||||
|
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user