X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fshadowupdate.php;h=c41b2312214bb1eed9e019c7ac266b9f412e9793;hb=1f9b52f2bf62a00add5b62b21e2dd009246345ef;hp=83a785fe1fdd88b3455685861354b27ad73d3594;hpb=8e12b159d947fb27ad6bdd5e06e3a90c1713687e;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(); +}