This website requires JavaScript.
Explore
Help
Sign In
dennydai
/
D-Bot
Watch
1
Star
0
Fork
0
You've already forked D-Bot
Code
Issues
Pull Requests
Releases
Wiki
Activity
master
D-Bot
/
classes
/
Web
/
Base.php
9 lines
110 B
PHP
Raw
Permalink
Normal View
History
Unescape
Escape
add Web Page
2016-02-26 09:17:32 -06:00
<
?
php
class
Base
{
public
function
msg
(
$id
,
$msg
)
{
add Web Page
2016-02-26 09:33:00 -06:00
echo
"
<pre>
"
.
$msg
;
add Web Page
2016-02-26 09:17:32 -06:00
return
;
}
}
Reference in New Issue
Copy Permalink