X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fshadowupdate.php;h=5b0a1b94b0af3f9b530a36db860163d576f71667;hb=99fb15037bde3017b8fe270ddcaa802548f5ed8c;hp=74c2a43ebd792fc37cbe1d9c239e71690d53a31e;hpb=1caa87dce654c25e24749211e746cf55a20dee9c;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(); +}