Browse
For agents
About
SupportCandy – AI Customer Support Ticket System & Live Chatbot Agent
/
3.5.1
SupportCandy – AI Customer Support Ticket System & Live Chatbot Agent
v3.5.1
Switch version
3.5.3
3.5.2
3.5.1
3.4.9
3.5.0
3.4.8
3.4.7
trunk
2.3.1
3.3.6
3.3.7
3.3.8
3.3.9
3.4.0
3.4.1
3.4.2
3.4.3
3.4.4
3.4.5
3.4.6
Overview
Code
supportcandy
/
includes
/
admin
/
ai-chatbot
/
tools
/
index.php
index.php
in SupportCandy – AI Customer Support Ticket System & Live Chatbot Agent 3.5.1, at includes/admin/ai-chatbot/tools/index.php
7 lines
129 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
//
Silence is golden.
2
3
//
Load core.
4
foreach
(
glob
(
__DIR__
.
'
/core/*.php
'
)
as
$
filename
)
{
5
include_once
$
filename
;
6
}
7