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