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