Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1432505
seccheck
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
976 B
Referenced Files
None
Subscribers
None
seccheck
View Options
#!/usr/bin/env sh
# Support bash to support `source` with fallback on $0 if this does not run with bash
# https://stackoverflow.com/a/35006505/6512
selfArg
=
"
$BASH_SOURCE
"
if
[
-z
"
$selfArg
"
]
;
then
selfArg
=
"
$0
"
fi
self
=
$(
realpath
$selfArg
2
>
/dev/null
)
if
[
-z
"
$self
"
]
;
then
self
=
"
$selfArg
"
fi
dir
=
$(
cd
"
${
self
%[/
\\
]*
}
"
>
/dev/null
;
cd
'../mediawiki/phan-taint-check-plugin/scripts'
&&
pwd
)
if
[
-d
/proc/cygdrive
]
;
then
case
$(
which
php
)
in
$(
readlink
-n
/proc/cygdrive
)
/*
)
# We are in Cygwin using Windows php, so the path must be translated
dir
=
$(
cygpath
-m
"
$dir
"
)
;
;;
esac
fi
export
COMPOSER_RUNTIME_BIN_DIR
=
"
$(
cd
"
${
self
%[/
\\
]*
}
"
>
/dev/null
;
pwd
)
"
# If bash is sourcing this file, we have to source the target as well
bashSource
=
"
$BASH_SOURCE
"
if
[
-n
"
$bashSource
"
]
;
then
if
[
"
$bashSource
"
!
=
"
$0
"
]
;
then
source
"
${
dir
}
/seccheck"
"
$@
"
return
fi
fi
"
${
dir
}
/seccheck"
"
$@
"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 16, 21:52 (1 d, 6 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a1/56/b21a7fc7b6866ef8bc0c1beab61a
Default Alt Text
seccheck (976 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment