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