add Web Page
This commit is contained in:
parent
0b04bbc64a
commit
b076fbee65
9
classes/Web/Base.php
Normal file
9
classes/Web/Base.php
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<?php
|
||||||
|
class Base
|
||||||
|
{
|
||||||
|
public function msg($id, $msg)
|
||||||
|
{
|
||||||
|
echo $msg;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
5
classes/Web/init.php
Normal file
5
classes/Web/init.php
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<?php
|
||||||
|
$BOT = new Base;
|
||||||
|
|
||||||
|
$from = 'WebClient';
|
||||||
|
$text = $_GET['c'];
|
Loading…
Reference in New Issue
Block a user