X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=sql%2FGenerateData.php;h=40dca615a15c95dd4be554118078f8350b5b619d;hb=189cc9ff1eff1612e97eb528e5fab921a06ca868;hp=63c2b30b23a861ab2fae3e8f1c9dfca1d36a8409;hpb=fe41c91d5b639cb1f2946b05420d6e2d86a79a91;p=civicrm-core.git diff --git a/sql/GenerateData.php b/sql/GenerateData.php index 63c2b30b23..40dca615a1 100644 --- a/sql/GenerateData.php +++ b/sql/GenerateData.php @@ -69,6 +69,10 @@ * */ +if (!(php_sapi_name() == 'cli' || (is_numeric($_SERVER['argc']) && $_SERVER['argc'] > 0))) { + header("HTTP/1.0 404 Not Found"); + return; +} require_once '../civicrm.config.php'; CRM_Core_Config::singleton();