mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Restrict execution to CLI for voip scripts
This commit is contained in:
@@ -29,6 +29,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
if (php_sapi_name() !== "cli")
|
||||
{
|
||||
die();
|
||||
}
|
||||
|
||||
/**
|
||||
* Configuration file
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user