We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d215533 commit be89cefCopy full SHA for be89cef
interface/web/sites/ajax_get_json.php
@@ -258,6 +258,9 @@
258
LEFT JOIN server_php sp ON wd.server_php_id = sp.server_php_id
259
WHERE wd.domain_id = ?", $web_id);
260
261
+ // We exit here if we do not have a website with this ID
262
+ if(empty($web)) die();
263
+
264
if (empty($web['php_cli_binary'])) {
265
$php_cli_binary = "/usr/bin/php";
266
} else {
0 commit comments