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