index
:
openslx-ng/slx-admin.git
hardware-stats
ipxe
master
permission-manager
remote-debug
remote-edit-vm
usb-lock-off
v3.10
v3.11
v3.8
v3.9-indev
wol
Web Interface zum Verwalten der Hochschul-/UniSpezifischen Einstellungen der Linux-Umgebung
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules-available
/
dnbd3
/
api.inc.php
blob: 68f8007c4096536066678b9bd08193c7c3d25846 (
plain
) (
blame
)
1
2
3
4
5
6
7
<
?php
if
(
Dnbd3
::
isEnabled
()) {
die
(
'YES'
);
}
else
{
die
(
'NO'
);
}