X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fshadowupdate.php;h=c41b2312214bb1eed9e019c7ac266b9f412e9793;hb=52226066022de840cb73424aab7d3a3348467de7;hp=83a785fe1fdd88b3455685861354b27ad73d3594;hpb=288ad37c3c93bcc3f5f3409be095dba57deab7f4;p=friendica.git diff --git a/include/shadowupdate.php b/include/shadowupdate.php index 83a785fe1f..c41b231221 100644 --- a/include/shadowupdate.php +++ b/include/shadowupdate.php @@ -1,24 +1,29 @@ +if (array_search(__file__,get_included_files())===0){ + shadowupdate_run($_SERVER["argv"],$_SERVER["argc"]); + killme(); +}