mirror of
https://github.com/cwinfo/envayasms.git
synced 2025-07-03 13:47:44 +00:00
remove test action to simplify server implementation; add icons from http://www.androidicons.com/freebies.php
This commit is contained in:
@ -80,10 +80,6 @@ switch ($action->type)
|
||||
}
|
||||
return;
|
||||
|
||||
case KalSMS::ACTION_TEST:
|
||||
echo "OK";
|
||||
return;
|
||||
|
||||
default:
|
||||
header("HTTP/1.1 404 Not Found");
|
||||
echo "Invalid action";
|
||||
|
Reference in New Issue
Block a user