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