Browse
For agents
About
Fast Chat Button
/
trunk
Fast Chat Button
vtrunk
Switch version
trunk
1.0.0
1.0.1
1.1.0
1.1.1
2.0.0
2.1.0
2.1.1
Overview
Code
fast-chat-button
/
include
/
settings.php
settings.php
in Fast Chat Button trunk, at include/settings.php
6 lines
134 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
if
(
!
defined
(
'
ABSPATH
'
)
)
exit
;
//
Exit if accessed directly
?
>
2
<
?
php
3
4
global
$
wpdb
;
5
$
wp_options_name
=
"
yydev_chat_btn
"
;
6
?
>